From f196608bb14331834dfd9ccc71d5f5b884119d67 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Sep 2010 18:21:27 +0000 Subject: 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 --- src/ui/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/mainwindow.h') 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(); -- cgit v1.2.3-13-gbd6f