summaryrefslogtreecommitdiffstats
path: root/src/plugins/platformthemes/gtk2/qgtk2theme.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-03-07 18:07:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 19:49:38 +0100
commit94d1d8486154a1df81545cdda2fe4a2ddcb001e1 (patch)
tree8140407d86ffbc7adb0f47e70ce0aff7706dfe80 /src/plugins/platformthemes/gtk2/qgtk2theme.h
parentb6e9a8f21ac8b4cc3cc56232ce346ebd7ba17a70 (diff)
GTK+ platform theme: cleanup coding style
Change-Id: I5db283d7ed42346d9c2b90acbc342336b450aa97 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/plugins/platformthemes/gtk2/qgtk2theme.h')
-rw-r--r--src/plugins/platformthemes/gtk2/qgtk2theme.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/platformthemes/gtk2/qgtk2theme.h b/src/plugins/platformthemes/gtk2/qgtk2theme.h
index a351b5b738..a0bd34ed9f 100644
--- a/src/plugins/platformthemes/gtk2/qgtk2theme.h
+++ b/src/plugins/platformthemes/gtk2/qgtk2theme.h
@@ -51,10 +51,10 @@ class QGtk2Theme : public QGnomeTheme
public:
QGtk2Theme();
- virtual QVariant themeHint(ThemeHint hint) const;
+ QVariant themeHint(ThemeHint hint) const;
- virtual bool usePlatformNativeDialog(DialogType type) const;
- virtual QPlatformDialogHelper *createPlatformDialogHelper(DialogType type) const;
+ bool usePlatformNativeDialog(DialogType type) const;
+ QPlatformDialogHelper *createPlatformDialogHelper(DialogType type) const;
static const char *name;
};