diff options
Diffstat (limited to 'support/kconfig/qconf.cc')
-rw-r--r-- | support/kconfig/qconf.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/kconfig/qconf.cc b/support/kconfig/qconf.cc index 1500c38f0..9d3b04b07 100644 --- a/support/kconfig/qconf.cc +++ b/support/kconfig/qconf.cc @@ -69,6 +69,11 @@ static inline QString qgettext(const QString& str) return QString::fromLocal8Bit(gettext(str.latin1())); } +ConfigSettings::ConfigSettings() + : QSettings("kernel.org", "qconf") +{ +} + /** * Reads a list of integer values from the application settings. */ |