Make fonts/sizes changeable again Fixes #664
[quassel.git] / src / qtui / settingspages / notificationssettingspage.h
index 653c097..7734fa2 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -48,6 +48,7 @@ class NotificationsSettingsPage : public SettingsPage {
 
   private:
     QList<SettingsPage *> _configWidgets;
+    bool _hasDefaults;
 };
 
 #endif