Skip to content

Commit a7c663d

Browse files
committed
chore: removed duplicate return
1 parent b744503 commit a7c663d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/support/themeprovider.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ QIcon icon(const QString& name) {
125125
return QIcon(QString(":/res/%1/%2.png")
126126
.arg(theme_provider::is_dark_theme() ? "dark" : "light")
127127
.arg(name));
128-
129-
return {};
130128
}
131129

132130
void apply_theme() {

0 commit comments

Comments
 (0)