diff options
author | dt <qtc-commiter@nokia.com> | 2008-12-15 17:35:26 +0100 |
---|---|---|
committer | dt <qtc-commiter@nokia.com> | 2008-12-15 17:35:26 +0100 |
commit | 99ab551d6cb2b21d7706cd584740accb362a42d3 (patch) | |
tree | f6ca4724dddb9591c0f7a59eef50f826fdf33fe2 /src/app | |
parent | 2f5aa51b44cea318db36fe877023842ab5c7650b (diff) | |
download | qt-creator-99ab551d6cb2b21d7706cd584740accb362a42d3.tar.gz |
Fixes: Nothing, adds a blank line.
Details: Force a recompile of the binary.
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp index eedc9e1365..b8d4b9d4b4 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -283,3 +283,4 @@ int main(int argc, char **argv) QTimer::singleShot(100, &pluginManager, SLOT(startTests())); return app.exec(); } + |