summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-28 12:42:39 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-28 12:42:39 (GMT)
commitfa30c40e9a278db4daa5e4962f96c0a8bc91e03d (patch)
tree4b25659cfaf7a9fd85b5019e4801a27b6b064ff5 /Swift/QtUI/QtSwift.cpp
parent109e50103d757d880e7ce390482951111dad1e22 (diff)
downloadswift-fa30c40e9a278db4daa5e4962f96c0a8bc91e03d.zip
swift-fa30c40e9a278db4daa5e4962f96c0a8bc91e03d.tar.bz2
Add copyright to about dialog
Diffstat (limited to 'Swift/QtUI/QtSwift.cpp')
-rw-r--r--Swift/QtUI/QtSwift.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Swift/QtUI/QtSwift.cpp b/Swift/QtUI/QtSwift.cpp
index 3b286b4..8ff8447 100644
--- a/Swift/QtUI/QtSwift.cpp
+++ b/Swift/QtUI/QtSwift.cpp
@@ -79,11 +79,11 @@ QtSwift::QtSwift(po::variables_map options) : autoUpdater_(NULL) {
}
mainController_ = new MainController(chatWindowFactory_, rosterWindowFactory_, loginWindowFactory_, eventWindowFactory_, settings_, application_, systemTray_, soundPlayer_, xmlConsoleWidgetFactory_, chatListWindowFactory_, mucSearchWindowFactory_, options.count("latency-debug") > 0);
- PlatformAutoUpdaterFactory autoUpdaterFactory;
- if (autoUpdaterFactory.isSupported()) {
- autoUpdater_ = autoUpdaterFactory.createAutoUpdater(SWIFT_APPCAST_URL);
- autoUpdater_->checkForUpdates();
- }
+ // PlatformAutoUpdaterFactory autoUpdaterFactory;
+ // if (autoUpdaterFactory.isSupported()) {
+ // autoUpdater_ = autoUpdaterFactory.createAutoUpdater(SWIFT_APPCAST_URL);
+ // autoUpdater_->checkForUpdates();
+ // }
}
QtSwift::~QtSwift() {