aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/textscroller.h')
-rw-r--r--src/ui/textscroller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/textscroller.h b/src/ui/textscroller.h
index 7346ce29a..67a4079db 100644
--- a/src/ui/textscroller.h
+++ b/src/ui/textscroller.h
@@ -42,6 +42,10 @@ public:
void setText(const QString&);
void readSettings();
+
+public slots:
+ void setProgress(int);
+
private slots:
void addOffset();
void updateSkin();