mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-26 09:44:32 +00:00
commit
2bc21ae325
@ -25,6 +25,11 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); // <--
|
||||
#endif
|
||||
|
||||
QGuiApplication::setApplicationName("HanoiTowers"); // <--
|
||||
QGuiApplication::setOrganizationName("QuasarApp"); // <--
|
||||
QGuiApplication::setOrganizationDomain("https://github.com/QuasarApp"); // <--
|
||||
|
Loading…
x
Reference in New Issue
Block a user