diff options
| author | Jonathan Bauer | 2011-04-13 14:58:27 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2011-04-13 14:58:27 +0200 |
| commit | 7f40643b2b273b0b604e339297010daead888705 (patch) | |
| tree | ec2ec76d53c938a43d09873e10fce717dcbe91b2 /src/main.cpp | |
| parent | some more comments in the fbgui class (diff) | |
| download | fbgui-7f40643b2b273b0b604e339297010daead888705.tar.gz fbgui-7f40643b2b273b0b604e339297010daead888705.tar.xz fbgui-7f40643b2b273b0b604e339297010daead888705.zip | |
cursor hidden until URL loaded
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index ad86396..76d899c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -173,6 +173,8 @@ int main(int argc, char *argv[]) qxtLog->debug() << "serialLocation: " << serialLocation.toUtf8(); qxtLog->debug() << "*******************************************"; + app.setOverrideCursor(QCursor(Qt::BlankCursor)); + // start fbgui fbgui gui; gui.show(); |
