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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/qmmpui/covereditor.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/covereditor.cpp b/src/qmmpui/covereditor.cpp index 07241ffc9..cf17635ac 100644 --- a/src/qmmpui/covereditor.cpp +++ b/src/qmmpui/covereditor.cpp @@ -54,6 +54,11 @@ bool CoverEditor::isEditable() const return m_editable; } +void CoverEditor::save() +{ + +} + void CoverEditor::on_sourceComboBox_activated(int index) { if(index == 0) |
