Say hello to the first settings page in our shiny new, almost working SettingsDlg...
[quassel.git] / src / uisupport / settingspage.h
index 91171df..b85fa50 100644 (file)
@@ -53,6 +53,7 @@ class SettingsPage : public QWidget {
 
   private:
     QString _category, _title;
+    bool _changed;
 };
 
 #endif