소스 검색

Unset the cursor by default

Donald Carr 6 년 전
부모
커밋
0210fb17e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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";
     }