From 94d1d8486154a1df81545cdda2fe4a2ddcb001e1 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 7 Mar 2013 18:07:14 +0100 Subject: GTK+ platform theme: cleanup coding style Change-Id: I5db283d7ed42346d9c2b90acbc342336b450aa97 Reviewed-by: Gabriel de Dietrich --- src/plugins/platformthemes/gtk2/qgtk2theme.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/platformthemes/gtk2/qgtk2theme.h') 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; }; -- cgit v1.2.3