summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtChatView.h')
-rw-r--r--Swift/QtUI/QtChatView.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatView.h b/Swift/QtUI/QtChatView.h
index 7340e00..d3e997a 100644
--- a/Swift/QtUI/QtChatView.h
+++ b/Swift/QtUI/QtChatView.h
@@ -24,10 +24,15 @@ namespace Swift {
void scrollToBottom();
void handleLinkClicked(const QUrl&);
+ private slots:
+ void handleViewLoadFinished(bool);
+
private:
+ bool viewReady_;
QWebView* webView_;
QWebPage* webPage_;
QString previousContinuationElementID_;
+ QString queuedMessages_;
};
}