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 6834247..4ea0e5f 100644 --- a/metawatch/metawatchplugin.h +++ b/metawatch/metawatchplugin.h @@ -17,7 +17,7 @@ public: virtual QStringList drivers(); virtual Watch* getWatch(const QString& driver, QSettings& settings, QObject* parent = 0); -protected: +private: static bool fontsLoaded; }; |