Masahiro Yamada
f09a790a6e
kconfig: qconf: remove qInfo() to get back Qt4 support
...
[ Upstream commit 53efe2e76c ]
qconf is supposed to work with Qt4 and Qt5, but since commit
c4f7398bee ("kconfig: qconf: make debug links work again"),
building with Qt4 fails as follows:
HOSTCXX scripts/kconfig/qconf.o
scripts/kconfig/qconf.cc: In member function ‘void ConfigInfoView::clicked(const QUrl&)’:
scripts/kconfig/qconf.cc:1241:3: error: ‘qInfo’ was not declared in this scope; did you mean ‘setInfo’?
1241 | qInfo() << "Clicked link is empty";
| ^~~~~
| setInfo
scripts/kconfig/qconf.cc:1254:3: error: ‘qInfo’ was not declared in this scope; did you mean ‘setInfo’?
1254 | qInfo() << "Clicked symbol is invalid:" << data;
| ^~~~~
| setInfo
make[1]: *** [scripts/Makefile.host:129: scripts/kconfig/qconf.o] Error 1
make: *** [Makefile:606: xconfig] Error 2
qInfo() does not exist in Qt4. In my understanding, these call-sites
should be unreachable. Perhaps, qWarning(), assertion, or something
is better, but qInfo() is not the right one to use here, I think.
Fixes: c4f7398bee ("kconfig: qconf: make debug links work again")
Reported-by: Ronald Warsow <rwarsow@gmx.de >
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2020-08-26 11:49:16 +02:00
..
2020-06-25 08:23:22 -07:00
2020-05-26 00:03:16 +09:00
2020-08-11 15:48:09 +02:00
2020-06-30 08:42:26 -06:00
2020-04-09 00:13:45 +09:00
2020-06-28 12:16:55 +09:00
2020-07-24 12:42:42 -07:00
2020-03-25 11:50:48 +01:00
2020-08-26 11:49:16 +02:00
2017-03-28 16:16:52 +02:00
2020-07-27 13:38:38 +09:00
2020-06-11 20:14:41 +09:00
2020-08-19 08:26:12 +02:00
2019-05-30 11:26:39 -07:00
2020-03-25 11:50:48 +01:00
2020-03-03 20:49:21 +09:00
2019-05-24 17:27:11 +02:00
2018-07-18 01:18:05 +09:00
2018-12-28 12:11:44 -08:00
2019-06-05 17:37:11 +02:00
2020-05-11 21:20:53 +02:00
2018-06-28 13:36:39 +09:00
2017-11-02 11:10:55 +01:00
2020-02-25 03:35:16 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:39 -07:00
2020-06-11 18:55:43 -07:00
2020-05-26 00:03:16 +09:00
2019-02-19 21:27:53 +01:00
2017-11-02 11:10:55 +01:00
2019-03-04 22:34:54 +09:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-14 08:58:56 +09:00
2020-04-23 01:10:16 +09:00
2016-10-11 15:06:30 -07:00
2020-07-24 12:42:42 -07:00
2020-05-07 19:27:20 -07:00
2018-09-09 09:14:07 +09:00
2017-11-02 11:10:55 +01:00
2020-04-15 15:13:13 -06:00
2020-03-17 08:59:03 +09:00
2019-06-05 17:37:07 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-06-05 17:37:10 +02:00
2018-11-18 10:15:09 -08:00
2018-03-26 02:01:24 +09:00
2020-01-27 14:25:06 -07:00
2019-01-06 09:46:51 +09:00
2017-11-02 11:10:55 +01:00
2020-04-09 00:13:45 +09:00
2019-03-04 22:35:04 +09:00
2018-06-08 18:56:00 +09:00
2018-06-25 23:21:13 +09:00
2020-03-03 20:49:21 +09:00
2019-07-27 12:18:19 +09:00
2018-12-01 23:13:14 +09:00
2019-06-21 16:58:37 +02:00
2019-05-24 17:36:45 +02:00
2020-06-04 19:06:24 -07:00
2019-05-30 11:26:39 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-06-17 10:44:55 +09:00
2016-02-26 15:30:20 +00:00
2019-11-22 10:35:18 -07:00
2020-05-04 09:16:37 -07:00
2020-06-17 10:20:21 +09:00
2020-06-17 10:38:42 +09:00
2020-06-08 09:30:19 -06:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:39 -07:00
2017-11-02 11:10:55 +01:00
2020-06-13 15:28:08 -07:00
2020-04-09 00:13:45 +09:00
2019-03-17 12:56:32 +09:00
2020-06-03 13:22:17 +09:00
2020-05-17 18:52:01 +09:00
2020-03-25 10:19:43 +09:00
2020-07-09 18:00:56 -07:00
2019-03-04 09:29:41 -08:00
2019-11-15 00:23:10 +09:00
2020-05-12 13:28:33 +09:00
2019-08-15 13:24:04 +01:00
2019-05-21 10:50:46 +02:00
2020-06-11 20:04:01 +02:00
2020-06-30 08:42:26 -06:00
2019-08-22 01:14:11 +09:00
2019-07-17 22:39:27 +09:00
2020-08-02 23:09:16 +09:00
2019-07-17 22:39:27 +09:00
2020-06-11 20:14:41 +09:00
2020-04-07 10:43:44 -07:00
2020-05-17 18:52:01 +09:00
2017-11-02 11:10:55 +01:00
2019-06-05 17:37:10 +02:00
2020-05-12 13:28:33 +09:00
2019-08-29 23:54:29 +09:00
2020-06-06 23:39:20 +09:00
2017-11-02 11:10:55 +01:00
2017-03-13 09:40:28 -07:00
2020-05-26 00:03:16 +09:00
2019-10-05 15:29:49 +09:00
2020-08-11 15:48:09 +02:00
2019-05-30 11:29:23 -07:00
2020-03-26 15:08:27 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2020-08-21 13:15:16 +02:00
2020-06-16 21:21:00 -04:00
2019-05-30 11:26:39 -07:00
2019-11-11 20:10:01 +09:00
2019-06-05 17:37:17 +02:00
2017-02-10 12:43:47 +11:00
2019-12-13 10:47:58 +01:00
2019-12-13 10:47:58 +01:00
2018-12-28 12:11:44 -08:00
2019-06-01 15:51:31 -07:00
2020-06-10 19:14:17 -07:00
2020-04-28 12:52:52 -06:00
2018-05-04 06:21:06 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-05 08:12:09 -06:00
2019-07-11 00:05:09 +09:00
2019-11-13 10:52:05 +00:00
2018-11-30 14:45:01 -08:00
2020-02-10 13:35:15 -08:00
2017-11-02 11:10:55 +01:00
2020-06-06 23:42:01 +09:00