build: scripts/config - update to kconfig-v5.6
[openwrt/openwrt.git] / scripts / config / qconf.h
index a40036d1b059275153dad27f78b522212af97ca7..45bfe9b2b96655833cb674f6eb72d6a9d22d6bd4 100644 (file)
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
- * Released under the terms of the GNU GPL v2.0.
  */
 
 #include <QTextBrowser>
@@ -291,6 +291,7 @@ protected:
 class ConfigMainWindow : public QMainWindow {
        Q_OBJECT
 
+       char *configname;
        static QAction *saveAction;
        static void conf_changed(void);
 public: