aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/qconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/qconf.h')
-rw-r--r--scripts/kconfig/qconf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/kconfig/qconf.h b/scripts/kconfig/qconf.h
index 818e00617ae3..d01a6c620dbb 100644
--- a/scripts/kconfig/qconf.h
+++ b/scripts/kconfig/qconf.h
@@ -101,7 +101,7 @@ public:
bool updateAll;
- bool showName, showRange, showData;
+ bool showName, showRange;
enum listMode mode;
enum optionMode optMode;
struct menu *rootEntry;
@@ -196,15 +196,12 @@ public:
bool showName(void) const { return list->showName; }
bool showRange(void) const { return list->showRange; }
- bool showData(void) const { return list->showData; }
public slots:
void setShowName(bool);
void setShowRange(bool);
- void setShowData(bool);
signals:
void showNameChanged(bool);
void showRangeChanged(bool);
- void showDataChanged(bool);
public:
ConfigList* list;
ConfigLineEdit* lineEdit;