1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Removed deprecated: AA_DisableHighDpiScaling

NO_CHANGELOG

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-11-23 22:34:20 +01:00
parent 7734f6f555
commit fe3c55b3d0
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -112,7 +112,6 @@ MainApplication::MainApplication(int &argc, char** argv)
, m_registerQAppAssociation(0) , m_registerQAppAssociation(0)
#endif #endif
{ {
setAttribute(Qt::AA_UseHighDpiPixmaps);
setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
setApplicationName(QStringLiteral("falkon")); setApplicationName(QStringLiteral("falkon"));