summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-08-19 20:29:28 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-08-19 20:29:28 (GMT)
commitaeb359c0c915631e97625f20e8aa648d95459131 (patch)
treee39ace8d050aaf38fc299938b90375e0315b7deb /Swift/QtUI/QtChatView.h
parentc2d879c9173758edbe555a7f4ed97e341dbcaff3 (diff)
downloadswift-aeb359c0c915631e97625f20e8aa648d95459131.zip
swift-aeb359c0c915631e97625f20e8aa648d95459131.tar.bz2
Rolling back accidental commit
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
-rw-r--r--Swift/QtUI/QtChatView.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Swift/QtUI/QtChatView.h b/Swift/QtUI/QtChatView.h
index a5b6b4a..ea64265 100644
--- a/Swift/QtUI/QtChatView.h
+++ b/Swift/QtUI/QtChatView.h
@@ -9,7 +9,6 @@
#include <QString>
#include <QWidget>
-#include <QList>
#include "ChatSnippet.h"
@@ -36,12 +35,11 @@ namespace Swift {
void handleViewLoadFinished(bool);
private:
- void appendToView(const ChatSnippet& snippet);
bool viewReady_;
QtWebView* webView_;
QWebPage* webPage_;
QString previousContinuationElementID_;
- QList<ChatSnippet> queuedSnippets_;
+ QString queuedMessages_;
};
}