From 762952cbe88701a9fb71475768a18f32b199617e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 11 Nov 2018 18:05:35 +0000 Subject: refactoring git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8418 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/qmmpuisettings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/qmmpuisettings.h') diff --git a/src/qmmpui/qmmpuisettings.h b/src/qmmpui/qmmpuisettings.h index d614fa466..685122ccb 100644 --- a/src/qmmpui/qmmpuisettings.h +++ b/src/qmmpui/qmmpuisettings.h @@ -58,7 +58,7 @@ public: /*! * Returns the state of metadata usage (\b true - use, \b false - not use). */ - bool useMetadata() const; + bool useMetaData() const; /*! * Returns playlist group format. */ @@ -102,7 +102,7 @@ public: * Sets metadata usage option state to \b enabled * @param enabled Option state (\b true - enabled, \b false - disabled) */ - void setUseMetadata(bool enabled); + void setUseMetaData(bool enabled); /*! * Returns \b true if option "Resume On Startup" is enabled, otherwise returns \b false */ @@ -248,7 +248,7 @@ private: //playlist QString m_group_format; bool m_convertUnderscore, m_convertTwenty; - bool m_useMetadata; + bool m_useMetaData; bool m_autosave_playlist; bool m_repeate_list; bool m_shuffle; -- cgit v1.2.3-13-gbd6f