diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-10-11 17:17:42 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-10-11 17:23:28 (GMT) |
commit | a6375f56f0df8853914955d3a4b3f6cde8f0f88b (patch) | |
tree | 4b14f6a8d4a4f9e9f19da8d786b58466330a6142 /Swift/QtUI/QtChatWindow.h | |
parent | f48dc68662988b6eeb6544c2425c179b1f9b973d (diff) | |
download | swift-contrib-a6375f56f0df8853914955d3a4b3f6cde8f0f88b.zip swift-contrib-a6375f56f0df8853914955d3a4b3f6cde8f0f88b.tar.bz2 |
Fix DOM element finding for message correction
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index e546f12..0c64f02 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -14,8 +14,6 @@ #include <SwifTools/LastLineTracker.h> -#include <Swiften/Base/IDGenerator.h> - #include <map> #include <QPointer> @@ -150,7 +148,6 @@ namespace Swift { bool inputClearing_; UIEventStream* eventStream_; bool inputEnabled_; - IDGenerator id_; QSplitter *logRosterSplitter_; Tristate correctionEnabled_; QString alertStyleSheet_; @@ -158,5 +155,6 @@ namespace Swift { QtFileTransferJSBridge* fileTransferJS; QPointer<QtMUCConfigurationWindow> mucConfigurationWindow_; QPointer<QtAffiliationEditor> affiliationEditor_; + int idCounter_; }; } |