summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2014-05-19 18:12:23 (GMT)
committerRemko Tronçon <git@el-tramo.be>2014-05-19 19:08:39 (GMT)
commit3a2c03a97576b2839eeba3015ccebde769263d09 (patch)
treef27ff569e2a1d30a056f46d94c3198c31060dc94 /Swift
parent1da99068cc858385f3e52b046756d8621c45b0a2 (diff)
downloadswift-3a2c03a97576b2839eeba3015ccebde769263d09.zip
swift-3a2c03a97576b2839eeba3015ccebde769263d09.tar.bz2
Fix compilation
Change-Id: Ia8ecc7fa0b35c48f51cb8bc2e1bade767d030eac
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/QtRosterHeader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtRosterHeader.cpp b/Swift/QtUI/QtRosterHeader.cpp
index b9e7798..2c8f244 100644
--- a/Swift/QtUI/QtRosterHeader.cpp
+++ b/Swift/QtUI/QtRosterHeader.cpp
@@ -23,7 +23,7 @@
#include "QtScaledAvatarCache.h"
namespace Swift {
-QtRosterHeader::QtRosterHeader(SettingsProvider* settings, StatusCache* statusCache, QWidget* parent) : QWidget(parent), statusEdit_(false) {
+QtRosterHeader::QtRosterHeader(SettingsProvider* settings, StatusCache* statusCache, QWidget* parent) : QWidget(parent), statusEdit_(NULL) {
QHBoxLayout* topLayout = new QHBoxLayout();
topLayout->setSpacing(3);
topLayout->setContentsMargins(4,4,4,4);