浏览代码

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";
     }