[handler] Enable highdpi pixmaps
This commit is contained in:
parent
5dfbd6bb9a
commit
83f8b1ceba
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
QApplication app(argc, argv);
|
||||
app.setWindowIcon(QIcon::fromTheme(QStringLiteral("kdeconnect")));
|
||||
const QString description = i18n("KDE Connect URL handler");
|
||||
|
|
Loading…
Reference in a new issue