We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9911ff3 commit 026d6adCopy full SHA for 026d6ad
Plugins/WebBrowser/AddressCompleter.cpp
@@ -523,7 +523,7 @@ QIcon CAddressCompleter::getIconForUrl(const QString &url)
523
static QIcon defaultIcon;
524
static QIcon httpIcon;
525
static QIcon httpsIcon;
526
- static QIcon searchIcon = QIcon::fromTheme(QIcon::ThemeIcon::SystemSearch);
+ static QIcon searchIcon = QIcon::fromTheme(QIcon::SystemSearch);
527
528
if (url.startsWith("https://")) {
529
return httpsIcon;
0 commit comments