Skip to content

Commit 026d6ad

Browse files
authored
Fix icon theme reference for searchIcon
1 parent 9911ff3 commit 026d6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/WebBrowser/AddressCompleter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ QIcon CAddressCompleter::getIconForUrl(const QString &url)
523523
static QIcon defaultIcon;
524524
static QIcon httpIcon;
525525
static QIcon httpsIcon;
526-
static QIcon searchIcon = QIcon::fromTheme(QIcon::ThemeIcon::SystemSearch);
526+
static QIcon searchIcon = QIcon::fromTheme(QIcon::SystemSearch);
527527

528528
if (url.startsWith("https://")) {
529529
return httpsIcon;

0 commit comments

Comments
 (0)