summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-05-30 20:40:31 (GMT)
committerVlad Voicu <vladvoic@gmail.com>2011-05-31 18:34:03 (GMT)
commitfc873c7c00066f787b027717fdc9870c0d61f877 (patch)
tree46dfd0173d20e0fc4d4d34eab33b6de469f3d0ce /Swift/QtUI/QtViewHistoryWindow.h
parent7d53b6a3b139faeb7b12ec158ac88686dd41ed55 (diff)
downloadswift-contrib-fc873c7c00066f787b027717fdc9870c0d61f877.zip
swift-contrib-fc873c7c00066f787b027717fdc9870c0d61f877.tar.bz2
Added dummy message that does not work
Diffstat (limited to 'Swift/QtUI/QtViewHistoryWindow.h')
-rw-r--r--Swift/QtUI/QtViewHistoryWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtViewHistoryWindow.h b/Swift/QtUI/QtViewHistoryWindow.h
index 1ed5757..d1a0203 100644
--- a/Swift/QtUI/QtViewHistoryWindow.h
+++ b/Swift/QtUI/QtViewHistoryWindow.h
@@ -26,6 +26,7 @@ namespace Swift {
void handleAfterSliderValueChanged(const int value);
private:
+ void addDummyMessage();
std::string getLabel(const int value);
QtChatView* messageLog_;
Ui::QtViewHistoryWindow ui;