aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpuisettings.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-05 17:23:46 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-05 17:23:46 +0000
commitef4fdf891a13b12d619d8f35d1797a50a5b5448f (patch)
tree0d8ff846deb6f0e3f794709d260e013d2cdfdf3c /src/qmmpui/qmmpuisettings.cpp
parentd54f64df0ddcc853a2cc97d71764e74c2a8c181e (diff)
downloadqmmp-ef4fdf891a13b12d619d8f35d1797a50a5b5448f.tar.gz
qmmp-ef4fdf891a13b12d619d8f35d1797a50a5b5448f.tar.bz2
qmmp-ef4fdf891a13b12d619d8f35d1797a50a5b5448f.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4928 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpuisettings.cpp')
-rw-r--r--src/qmmpui/qmmpuisettings.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/qmmpui/qmmpuisettings.cpp b/src/qmmpui/qmmpuisettings.cpp
index abdcf8b7b..37c6ef8cd 100644
--- a/src/qmmpui/qmmpuisettings.cpp
+++ b/src/qmmpui/qmmpuisettings.cpp
@@ -124,19 +124,6 @@ void QmmpUiSettings::setConvertTwenty(bool yes)
m_convertTwenty = yes;
}
-/*void QmmpUiSettings::setTitleFormat(const QString &titleFormat)
-{
- if(titleFormat != m_title_format)
- {
- m_title_format = titleFormat;
- m_title_formatter.setPattern(titleFormat);
- foreach(PlayListModel *model, PlayListManager::instance()->playLists())
- {
- model->updateMetaData();
- }
- }
-}*/
-
void QmmpUiSettings::setGroupFormat(const QString &groupFormat)
{
if(groupFormat != m_group_format)
@@ -179,7 +166,6 @@ void QmmpUiSettings::sync()
{
qDebug("%s", Q_FUNC_INFO);
QSettings s(Qmmp::configFile(), QSettings::IniFormat);
- //s.setValue("PlayList/title_format", m_title_format);
s.setValue("PlayList/group_format", m_group_format);
s.setValue("PlayList/convert_underscore", m_convertUnderscore);
s.setValue("PlayList/convert_twenty", m_convertTwenty);