diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-16 15:46:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-16 15:46:17 +0000 |
| commit | 58ca82ebbd83ddcc1d2ff0f512327cdf45c999bf (patch) | |
| tree | 045de00a580eba3a80087364b3fc36fc3726bb7c /src/qmmpui/covereditor_p.h | |
| parent | 8a988ef4cb2a8b78c43a0b8c76834cfc26f7ff0b (diff) | |
| download | qmmp-58ca82ebbd83ddcc1d2ff0f512327cdf45c999bf.tar.gz qmmp-58ca82ebbd83ddcc1d2ff0f512327cdf45c999bf.tar.bz2 qmmp-58ca82ebbd83ddcc1d2ff0f512327cdf45c999bf.zip | |
added some functions, fixed segmentation fault
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8299 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/covereditor_p.h')
| -rw-r--r-- | src/qmmpui/covereditor_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/covereditor_p.h b/src/qmmpui/covereditor_p.h index 9824fef40..4cf7f649f 100644 --- a/src/qmmpui/covereditor_p.h +++ b/src/qmmpui/covereditor_p.h @@ -40,6 +40,7 @@ public: explicit CoverEditor(MetaDataModel *model, const QString &coverPath, QWidget *parent = 0); bool isEditable() const; + void save(); private slots: void on_sourceComboBox_activated(int index); |
