diff options
Diffstat (limited to 'metawatch/metawatchplugin.h')
-rw-r--r-- | metawatch/metawatchplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/metawatchplugin.h b/metawatch/metawatchplugin.h index 57b1029..6834247 100644 --- a/metawatch/metawatchplugin.h +++ b/metawatch/metawatchplugin.h @@ -15,7 +15,7 @@ public: ~MetaWatchPlugin(); virtual QStringList drivers(); - virtual Watch* getWatch(const QString& driver, QSettings& settings, QObject *parent = 0); + virtual Watch* getWatch(const QString& driver, QSettings& settings, QObject* parent = 0); protected: static bool fontsLoaded; |