Explorar o código

Unset the cursor by default

Donald Carr %!s(int64=6) %!d(string=hai) anos
pai
achega
0210fb17e6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/main.cpp

+ 1 - 0
src/main.cpp

@@ -205,6 +205,7 @@ int main(int argc, char *argv[])
     qsrand(time(NULL));
 
     QGuiApplication app(argc, argv);
+    app.setOverrideCursor(Qt::BlankCursor);
     if (QFontDatabase::addApplicationFont(":/Lato-Regular.ttf") == -1) {
         qDebug() << "Failed to successfully add the application font";
     }