diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-03-01 11:29:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-03-01 11:29:45 +0000 |
| commit | 5b7ac8f9364adc4f455f7efe499c255431bb5ee8 (patch) | |
| tree | 9b9143ad747e4f1aafad626e840211fd996495fb /src/qmmpui/filedialog.h | |
| parent | 50aa40ece52716e14363fc094701b7a167c50f44 (diff) | |
| download | qmmp-5b7ac8f9364adc4f455f7efe499c255431bb5ee8.tar.gz qmmp-5b7ac8f9364adc4f455f7efe499c255431bb5ee8.tar.bz2 qmmp-5b7ac8f9364adc4f455f7efe499c255431bb5ee8.zip | |
changed dialog api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6143 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/filedialog.h')
| -rw-r--r-- | src/qmmpui/filedialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/filedialog.h b/src/qmmpui/filedialog.h index 6eb8a394e..6520e2a97 100644 --- a/src/qmmpui/filedialog.h +++ b/src/qmmpui/filedialog.h @@ -147,9 +147,9 @@ public: signals: /*! - * Emitted when the add button has pressed. Subclass should emit this signal. + * Emitted when the add/open button has pressed. Subclass should emit this signal. */ - void filesAdded(const QStringList&); + void filesSelected(const QStringList &selected, bool play = false); protected: /*! |
