diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-27 18:21:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-27 18:21:27 +0000 |
| commit | f196608bb14331834dfd9ccc71d5f5b884119d67 (patch) | |
| tree | fba530b5495e5c46957aa0e0de393741dc11ada7 /src/ui/mainwindow.h | |
| parent | 700719bd5419530363ec8fd36485fe997bad06d4 (diff) | |
| download | qmmp-f196608bb14331834dfd9ccc71d5f5b884119d67.tar.gz qmmp-f196608bb14331834dfd9ccc71d5f5b884119d67.tar.bz2 qmmp-f196608bb14331834dfd9ccc71d5f5b884119d67.zip | |
added '--no-start' command line option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1917 90c681e8-e032-0410-971d-27865f9a5e38
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 1b8d1784b..41258b0ff 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -80,7 +80,7 @@ public slots: void loadPlaylist(); void savePlaylist(); - void setFileList(const QStringList&); + void setFileList(const QStringList&, bool clear = true); void about(); void updateSettings(); |
