From ac32b9b876e5f44f4c1a31f18c11dc06004aeee9 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 13 Apr 2011 18:19:53 +0200 Subject: skip trigger checks if trigger is already present --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 76d899c..c816157 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -173,7 +173,8 @@ int main(int argc, char *argv[]) qxtLog->debug() << "serialLocation: " << serialLocation.toUtf8(); qxtLog->debug() << "*******************************************"; - app.setOverrideCursor(QCursor(Qt::BlankCursor)); + // set invisible cursor + qApp->setOverrideCursor(QCursor(Qt::BlankCursor)); // start fbgui fbgui gui; -- cgit v1.2.3-55-g7522