From 4378d39ea8866b9446685cb6140bc632d22a9a16 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sat, 16 Apr 2011 13:12:13 +0200 Subject: cursor hidden by QWSServer, added loading animation for preload page, started preload-debug page --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') 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(); -- cgit v1.2.3-55-g7522