diff options
Diffstat (limited to 'src/ui/mainwindow.h')
| -rw-r--r-- | src/ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 0fdabdd7b..1b8d1784b 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -60,7 +60,7 @@ public: void setVolume(int volume, int balance); SoundCore* soundCore()const; MainDisplay* mainDisplay()const; - bool processCommandArgs(const QStringList &list,const QString& cwd); + QString processCommandArgs(const QStringList &list,const QString& cwd); public slots: void seek(qint64); |
