Code review comment for lp://staging/~saviq/unity-2d/unmaximize-on-drag

Revision history for this message
Olivier Tilloy (osomon) wrote :

> 173 + void menuBarDblClicked();
> 174 + void menuBarDragged(QPoint* pos);
>
> Please use DoubleClicked instead of DblClicked. We generally try to use non-
> abbreviated names in unity-2d identifiers as a rule.

This is consistent with the name of the event as exposed by Qt (QEvent::MouseButtonDblClick, see http://doc.qt.nokia.com/qevent.html#Type-enum).

« Back to merge proposal