aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpuisettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/qmmpuisettings.h')
-rw-r--r--src/qmmpui/qmmpuisettings.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/qmmpui/qmmpuisettings.h b/src/qmmpui/qmmpuisettings.h
index 9c2960859..3e6504cfe 100644
--- a/src/qmmpui/qmmpuisettings.h
+++ b/src/qmmpui/qmmpuisettings.h
@@ -87,6 +87,15 @@ public:
*/
void setResumeOnStartup(bool enabled);
/*!
+ * Sets the "Use clipboard in the URL dialog" option state to \b enabled
+ * @param enabled Option state (\b true - enabled, \b false - disabled)
+ */
+ void setUseClipboard(bool enabled);
+ /*!
+ * Returns \b true if option "Use clipboard in the URL dialog" is enabled, otherwise returns \b false
+ */
+ bool useClipboard() const;
+ /*!
* Returns a list of filters which should be used for directory scanning.
*/
QStringList restrictFilters() const;
@@ -160,6 +169,8 @@ private:
QString m_default_pl_name;
//playlist auto-save option
bool m_autosave_playlist;
+ //url dialog
+ bool m_use_clipboard;
};
#endif // QMMPUISETTINGS_H