summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/qconf.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-07-05 21:26:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-27 15:42:07 +0100
commit18895514dc5ed86e8b622c5b1eff93f5ce114edf (patch)
tree9771b58fd5d3234026c87593e05d8bcd3e7f84b1 /scripts/kconfig/qconf.h
parent3a0e9bfd0a8a53b5d12e30046972b52a9a70b217 (diff)
downloadbarebox-18895514dc5ed86e8b622c5b1eff93f5ce114edf.tar.gz
barebox-18895514dc5ed86e8b622c5b1eff93f5ce114edf.tar.xz
kconfig: update to v3.18-rc6
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/kconfig/qconf.h')
-rw-r--r--scripts/kconfig/qconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/qconf.h b/scripts/kconfig/qconf.h
index 3715b3e721..bde0c6b6f9 100644
--- a/scripts/kconfig/qconf.h
+++ b/scripts/kconfig/qconf.h
@@ -32,6 +32,7 @@ class ConfigMainWindow;
class ConfigSettings : public QSettings {
public:
+ ConfigSettings();
Q3ValueList<int> readSizes(const QString& key, bool *ok);
bool writeSizes(const QString& key, const Q3ValueList<int>& value);
};