summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-16 09:42:35 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:59:12 (GMT)
commit5e736fe9601d1af367d564b94666372661f70d2a (patch)
tree2fe42488aeb18460eeb1989afc03a8ae5f77af54 /Swift/QtUI/QtHistoryWindow.h
parent782054cbc9d82646e90a8de4086008e8f7bc640c (diff)
downloadswift-contrib-5e736fe9601d1af367d564b94666372661f70d2a.zip
swift-contrib-5e736fe9601d1af367d564b94666372661f70d2a.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_;
};
}