X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fsettingspage.cpp;h=de82f69ec22f06221d1d3773e76d60493dbd7ac8;hp=cee72a202a837d3831feec08a30b7ed29155b5a1;hb=7c9c1b348382b8b77f96a883945c522d32a478d5;hpb=61e73ddfdd22418890102c44166483ddb28e1c93 diff --git a/src/uisupport/settingspage.cpp b/src/uisupport/settingspage.cpp index cee72a20..de82f69e 100644 --- a/src/uisupport/settingspage.cpp +++ b/src/uisupport/settingspage.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -33,7 +33,8 @@ SettingsPage::SettingsPage(const QString &category, const QString &title, QWidge : QWidget(parent), _category(category), _title(title), - _changed(false) + _changed(false), + _autoWidgetsChanged(false) { }