diff options
author | deva <deva> | 2009-11-24 20:03:31 +0000 |
---|---|---|
committer | deva <deva> | 2009-11-24 20:03:31 +0000 |
commit | df80c1f82140e57965f38d0a50ad2a843cf60ff5 (patch) | |
tree | 915aefe4c77cdc4374c09364d9e91fbdfbd4b8ac /dgedit/audioextractor.h | |
parent | 366701768b4e7e31e3d96071700783a49bcbd078 (diff) |
Initial attempt on some GUI layout...
Diffstat (limited to 'dgedit/audioextractor.h')
-rw-r--r-- | dgedit/audioextractor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dgedit/audioextractor.h b/dgedit/audioextractor.h index 40fc8fd..5254aa4 100644 --- a/dgedit/audioextractor.h +++ b/dgedit/audioextractor.h @@ -41,11 +41,11 @@ public: void addFile(QString file, QString name); void removeFile(QString file); - void setExportPath(QString path); - void setOutputPrefix(QString prefix); public slots: void exportSelections(Selections selections); + void setExportPath(const QString &path); + void setOutputPrefix(const QString &prefix); private: float *load(QString file, size_t *size); |