diff options
Diffstat (limited to 'scripts/kconfig/qconf.h')
-rw-r--r-- | scripts/kconfig/qconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/kconfig/qconf.h b/scripts/kconfig/qconf.h index fb50e1c6029f..b824f78cc06d 100644 --- a/scripts/kconfig/qconf.h +++ b/scripts/kconfig/qconf.h | |||
@@ -260,13 +260,15 @@ signals: | |||
260 | void showDebugChanged(bool); | 260 | void showDebugChanged(bool); |
261 | 261 | ||
262 | protected: | 262 | protected: |
263 | void symbolInfo(void); | ||
263 | void menuInfo(void); | 264 | void menuInfo(void); |
264 | QString debug_info(struct symbol *sym); | 265 | QString debug_info(struct symbol *sym); |
265 | static QString print_filter(const QString &str); | 266 | static QString print_filter(const QString &str); |
266 | static void expr_print_help(void *data, const char *str); | 267 | static void expr_print_help(void *data, struct symbol *sym, const char *str); |
267 | QPopupMenu* createPopupMenu(const QPoint& pos); | 268 | QPopupMenu* createPopupMenu(const QPoint& pos); |
268 | void contentsContextMenuEvent(QContextMenuEvent *e); | 269 | void contentsContextMenuEvent(QContextMenuEvent *e); |
269 | 270 | ||
271 | struct symbol *sym; | ||
270 | struct menu *menu; | 272 | struct menu *menu; |
271 | bool _showDebug; | 273 | bool _showDebug; |
272 | }; | 274 | }; |