summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-11-06 20:32:22 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-12-23 11:46:06 (GMT)
commit90e22d09c0e7131744c9e343622013547319daf7 (patch)
treedecacff80e04696d9b28e24453025c894fa3a66d /Swift/QtUI/QtStatusWidget.h
parent0c2cd2338ef77441e5b6b2a4cf1f5d6591c5f480 (diff)
downloadswift-90e22d09c0e7131744c9e343622013547319daf7.zip
swift-90e22d09c0e7131744c9e343622013547319daf7.tar.bz2
Avoid any duplicates in the status menu
Change-Id: I43ced9659bf16bce637f5f16f0987b2289d372a1
Diffstat (limited to 'Swift/QtUI/QtStatusWidget.h')
-rw-r--r--Swift/QtUI/QtStatusWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtStatusWidget.h b/Swift/QtUI/QtStatusWidget.h
index 57f52c6..87e8d4a 100644
--- a/Swift/QtUI/QtStatusWidget.h
+++ b/Swift/QtUI/QtStatusWidget.h
@@ -68,6 +68,7 @@ namespace Swift {
QMovie* connectingMovie_;
bool connecting_;
static const QString NO_MESSAGE;
+ std::vector<StatusShow::Type> allTypes_;
};
}