diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-08-21 18:32:25 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-08-21 18:38:00 (GMT) |
commit | 6dc34a78b9e392b7a089dc4ec5100b0061fd88eb (patch) | |
tree | afca700aa53736e18e095d2a1592777812e3ab4b /Swift/QtUI/QtChatWindow.h | |
parent | 8d6a78665b79a382dc1871852ed7bd150263db79 (diff) | |
download | swift-contrib-6dc34a78b9e392b7a089dc4ec5100b0061fd88eb.zip swift-contrib-6dc34a78b9e392b7a089dc4ec5100b0061fd88eb.tar.bz2 |
Colour alert messages.
Resolves: #964
Resolves: #966
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 1 |
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_; }; } |