Commit Graph

4 Commits

Author SHA1 Message Date
Jekyll Wu
131091c983 Adjust including form for some Qt headers as preparation for Qt5
So if someone notices later some Qt header is included in the form
of "#include <Class>" instead of the more common form of "#include
<Module/Class>", do not rush changing it.

REVIEW: 105819
2012-08-14 17:32:06 +08:00
Kurt Hindenburg
3d06b44fc7 minor style fixes - remove empty lines start/end code blocks 2012-05-13 10:52:28 -04:00
Kurt Hindenburg
d42633e54d add explicit to constructors with 1 parameter 2012-03-18 16:42:31 -04:00
Jekyll Wu
9433cc1394 Change TabTitleFormatAction(a QAction) into TabTitleFormatButton(a QPushButton)
This reduces:

   * The duplicated code for setting up that push button
   * The duplicate entries in ui files for the Text and ToolTip

Note: there are still quite some duplicate between RenameTabsDialog and
EditProfileDialog. Maybe it is good idea to create a customized widget
EditTabTitleWidget to reduce the duplicate
2012-03-18 21:59:16 +08:00