aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/covereditor.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-03-08 16:58:27 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-03-08 16:58:27 +0000
commit567b27e47befd4978c736851f900014c827d5ca2 (patch)
tree1a8b7a72c6355bb07865d5c770631a43d0f31182 /src/qmmpui/covereditor.cpp
parente0c3dcb6f20ba542bcae375176ae02205591e692 (diff)
downloadqmmp-567b27e47befd4978c736851f900014c827d5ca2.tar.gz
qmmp-567b27e47befd4978c736851f900014c827d5ca2.tar.bz2
qmmp-567b27e47befd4978c736851f900014c827d5ca2.zip
fixed coding style
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8745 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/covereditor.cpp')
-rw-r--r--src/qmmpui/covereditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/covereditor.cpp b/src/qmmpui/covereditor.cpp
index b198bb717..a47dae44a 100644
--- a/src/qmmpui/covereditor.cpp
+++ b/src/qmmpui/covereditor.cpp
@@ -28,7 +28,7 @@ CoverEditor::CoverEditor(MetaDataModel *model, const QString &coverPath, QWidget
m_ui.setupUi(this);
m_model = model;
m_coverPath = coverPath;
- m_editable = m_model && (m_model->dialogHints() & MetaDataModel::IS_COVER_EDITABLE) && !m_model->isReadOnly();
+ m_editable = m_model && (m_model->dialogHints() & MetaDataModel::IsCoverEditable) && !m_model->isReadOnly();
m_ui.sourceComboBox->addItem(tr("External file"));
m_ui.sourceComboBox->addItem(tr("Tag"));