aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h
index 21b1c8fab..bdf437862 100644
--- a/src/ui/mainwindow.h
+++ b/src/ui/mainwindow.h
@@ -59,7 +59,6 @@ public:
PlayList *getPLPointer(){return m_playlist;}
- void seek(int);
QMenu* menu();
void setVolume(int volume, int balance);
SoundCore* soundCore()const;
@@ -67,6 +66,7 @@ public:
bool processCommandArgs(const QStringList &list,const QString& cwd);
public slots:
+ void seek(int);
void previous();
void play();
void pause();