From 58ca82ebbd83ddcc1d2ff0f512327cdf45c999bf Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 16 Sep 2018 15:46:17 +0000 Subject: 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 --- src/qmmpui/covereditor.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qmmpui/covereditor.cpp') 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) -- cgit v1.2.3-13-gbd6f