summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-08-21 18:32:25 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-08-21 18:38:00 (GMT)
commit6dc34a78b9e392b7a089dc4ec5100b0061fd88eb (patch)
treeafca700aa53736e18e095d2a1592777812e3ab4b /Swift/QtUI/QtChatWindow.h
parent8d6a78665b79a382dc1871852ed7bd150263db79 (diff)
downloadswift-6dc34a78b9e392b7a089dc4ec5100b0061fd88eb.zip
swift-6dc34a78b9e392b7a089dc4ec5100b0061fd88eb.tar.bz2
Colour alert messages.
Resolves: #964 Resolves: #966
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r--Swift/QtUI/QtChatWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h
index bc2d821..bc1045d 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -123,5 +123,6 @@ namespace Swift {
IDGenerator id_;
QSplitter *logRosterSplitter_;
Tristate correctionEnabled_;
+ QString alertStyleSheet_;
};
}