UseHighDpiPixmaps in kdeconnectd and kdeconnect-indicator
This commit is contained in:
parent
68599c8273
commit
21db24c58c
2 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,7 @@ int main(int argc, char* argv[])
|
|||
detectPlatform(argc, argv);
|
||||
|
||||
QApplication app(argc, argv);
|
||||
app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
|
||||
KAboutData aboutData(
|
||||
QStringLiteral("kdeconnect.daemon"),
|
||||
i18n("KDE Connect Daemon"),
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
int main(int argc, char** argv)
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
|
||||
KAboutData about(QStringLiteral("kdeconnect-indicator"),
|
||||
i18n("KDE Connect Indicator"),
|
||||
QStringLiteral(KDECONNECT_VERSION_STRING),
|
||||
|
|
Loading…
Reference in a new issue