summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtViewHistoryWindow.h')
-rw-r--r--Swift/QtUI/QtViewHistoryWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/QtUI/QtViewHistoryWindow.h b/Swift/QtUI/QtViewHistoryWindow.h
index 145731c..1ed5757 100644
--- a/Swift/QtUI/QtViewHistoryWindow.h
+++ b/Swift/QtUI/QtViewHistoryWindow.h
@@ -21,8 +21,12 @@ namespace Swift {
QtViewHistoryWindow();
void show();
void setEnabled(bool enabled);
+ private slots:
+ void handleBeforeSliderValueChanged(const int value);
+ void handleAfterSliderValueChanged(const int value);
private:
+ std::string getLabel(const int value);
QtChatView* messageLog_;
Ui::QtViewHistoryWindow ui;
JID jid_;