Enable highdpi icons
This commit is contained in:
parent
166a88072b
commit
752070add9
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
KAboutData aboutData(QStringLiteral("kdeconnect.sms"),
|
KAboutData aboutData(QStringLiteral("kdeconnect.sms"),
|
||||||
i18n("SMS Instant Messaging"),
|
i18n("SMS Instant Messaging"),
|
||||||
|
|
Loading…
Reference in a new issue