aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index e90bc007c..d133f25d6 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -196,6 +196,7 @@ signals:
void firstAdded();
void repeatableListChanged(bool);
void shuffleChanged(bool);
+ void settingsChanged();
public slots:
void load(PlayListItem *);
@@ -265,6 +266,19 @@ public slots:
void preparePlayState();
+
+ /*!
+ * settings
+ */
+ bool convertUnderscore();
+ bool convertTwenty();
+ bool useMetadata();
+ const QString format() const;
+ void setConvertUnderscore(bool);
+ void setConvertTwenty(bool);
+ void setUseMetadata(bool);
+ void setFormat(const QString &format);
+
private:
/*!