summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-07 14:38:47 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-07 14:38:47 (GMT)
commit5eec1003100cfff8897f23dada9fb636187640a4 (patch)
tree292e2aade5ce9c24e90c5a698995e641d1c7cd2f /Swift/QtUI/QtChatWindow.h
parent7eb27a2228fdb34d6c629ddc5fcce82583db3a85 (diff)
downloadswift-contrib-5eec1003100cfff8897f23dada9fb636187640a4.zip
swift-contrib-5eec1003100cfff8897f23dada9fb636187640a4.tar.bz2
Allow chat messages to be composed while offline.
Resolves: #331
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 0b22ea1..4581a67 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -73,6 +73,7 @@ namespace Swift {
QString previousSenderName_;
bool inputClearing_;
UIEventStream* eventStream_;
+ bool inputEnabled_;
};
}