diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-07-12 18:33:28 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-07-12 18:33:28 (GMT) |
commit | c6819a5fd632d03cfe72a58922054765c7383aa6 (patch) | |
tree | 21b5c5b686b3020dac86a4b28a8a9120c62e3a60 /Swift | |
parent | 21a23603bb33d6134f58f54685089d8abf47ccd3 (diff) | |
download | swift-contrib-c6819a5fd632d03cfe72a58922054765c7383aa6.zip swift-contrib-c6819a5fd632d03cfe72a58922054765c7383aa6.tar.bz2 |
Fixed Swift compilation.
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtSwift.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtSwift.cpp b/Swift/QtUI/QtSwift.cpp index 398150e..57f4175 100644 --- a/Swift/QtUI/QtSwift.cpp +++ b/Swift/QtUI/QtSwift.cpp @@ -80,7 +80,7 @@ po::options_description QtSwift::getOptionsDescription() { } -QtSwift::QtSwift(const po::variables_map& options) : networkFactories_(&clientMainThreadCaller_), autoUpdater_(NULL), idleDetector_(&idleQuerier_, networkFactories_->getTimerFactory(), 1000) { +QtSwift::QtSwift(const po::variables_map& options) : networkFactories_(&clientMainThreadCaller_), autoUpdater_(NULL), idleDetector_(&idleQuerier_, networkFactories_.getTimerFactory(), 1000) { if (options.count("netbook-mode")) { splitter_ = new QSplitter(); } else { |