From f3bff47bcd44df47f1ee0e740214919d2e6f7a84 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 13 Apr 2011 22:09:55 +0200 Subject: trigger watch fix & waiting cursor until URL --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index c816157..a07a8f4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -174,7 +174,7 @@ int main(int argc, char *argv[]) qxtLog->debug() << "*******************************************"; // set invisible cursor - qApp->setOverrideCursor(QCursor(Qt::BlankCursor)); + qApp->setOverrideCursor(QCursor(Qt::WaitCursor)); // start fbgui fbgui gui; -- cgit v1.2.3-55-g7522