summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-16 09:42:35 (GMT)
committerCatalin Badea <catalin.badea392@gmail.com>2012-07-16 09:42:35 (GMT)
commitcc6459b1b5b4f8d7853623fe9d85817f0d14ca26 (patch)
tree3d7a1edb12367e193316a826086fb2f5de19a148 /Swift/QtUI/QtHistoryWindow.h
parentb629b5c198020e0992ee6cf01669b7a5191e23ef (diff)
downloadswift-contrib-cc6459b1b5b4f8d7853623fe9d85817f0d14ca26.zip
swift-contrib-cc6459b1b5b4f8d7853623fe9d85817f0d14ca26.tar.bz2
Allow adding top messages in the chatview.
Diffstat (limited to 'Swift/QtUI/QtHistoryWindow.h')
-rw-r--r--Swift/QtUI/QtHistoryWindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtHistoryWindow.h b/Swift/QtUI/QtHistoryWindow.h
index 448780f..f9d9a30 100644
--- a/Swift/QtUI/QtHistoryWindow.h
+++ b/Swift/QtUI/QtHistoryWindow.h
@@ -31,6 +31,8 @@ namespace Swift {
protected slots:
void handleScrollRequested(int pos);
+ void handleScrollReachedTop();
+ void handleScrollReachedBottom();
private:
void handleSomethingSelectedChanged(RosterItem* item);
@@ -41,5 +43,6 @@ namespace Swift {
QtTreeWidget* conversationRoster_;
std::set<QDate> dates_;
QDate currentDate_;
+ int idCounter_;
};
}