summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a07a8f4..7d73754 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -174,8 +174,8 @@ int main(int argc, char *argv[])
qxtLog->debug() << "*******************************************";
// set invisible cursor
- qApp->setOverrideCursor(QCursor(Qt::WaitCursor));
-
+ //qApp->setOverrideCursor(QCursor(Qt::WaitCursor));
+ QWSServer::instance()->setCursorVisible(false);
// start fbgui
fbgui gui;
gui.show();