diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-07 04:11:05 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-07 04:11:05 (GMT) |
commit | 9e9ee6ac63038c050ef02b102c23ebb899c45374 (patch) | |
tree | 7880b844c930ec7ab68cb98e642cb7eef5b516fe /tools/qmlviewer/main.cpp | |
parent | 907f783ae6be3665ea43ebc157c4cd027c11cd28 (diff) | |
download | Qt-9e9ee6ac63038c050ef02b102c23ebb899c45374.zip Qt-9e9ee6ac63038c050ef02b102c23ebb899c45374.tar.gz Qt-9e9ee6ac63038c050ef02b102c23ebb899c45374.tar.bz2 |
Tweaks to viewer.
Diffstat (limited to 'tools/qmlviewer/main.cpp')
-rw-r--r-- | tools/qmlviewer/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qmlviewer/main.cpp b/tools/qmlviewer/main.cpp index b588111..3f74ef6 100644 --- a/tools/qmlviewer/main.cpp +++ b/tools/qmlviewer/main.cpp @@ -60,7 +60,6 @@ int main(int argc, char ** argv) char raster[] = "raster"; newargv[argc+1] = raster; - QApplication app(newargc, newargv); app.setApplicationName("viewer"); |