diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:37:37 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:37:37 (GMT) |
commit | 91570ab79252b37afeae3b230cb6023c5b52547a (patch) | |
tree | 011d77857557a28671a63a444dcf8e10db64ab3f /Swift/QtUI/main.cpp | |
parent | ba717874781a33ea40a1aea1ad8b9efce3580fc2 (diff) | |
download | swift-91570ab79252b37afeae3b230cb6023c5b52547a.zip swift-91570ab79252b37afeae3b230cb6023c5b52547a.tar.bz2 |
Integrated Sparkle auto-updater.
Diffstat (limited to 'Swift/QtUI/main.cpp')
-rw-r--r-- | Swift/QtUI/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Swift/QtUI/main.cpp b/Swift/QtUI/main.cpp index a7a715c..b76acfa 100644 --- a/Swift/QtUI/main.cpp +++ b/Swift/QtUI/main.cpp @@ -2,8 +2,7 @@ #include "QtSwift.h" -int main(int argc, char* argv[]) -{ +int main(int argc, char* argv[]) { QApplication app(argc, argv); bool netbookMode = argc > 1; Swift::QtSwift swift(netbookMode); |