From a9ae38ae449d6a6d3ecf717045ecdbfd848458aa Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 23 Dec 2012 08:09:29 +0000 Subject: moved URL dialog settings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3093 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/qmmpuisettings.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/qmmpui/qmmpuisettings.h') 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 @@ -86,6 +86,15 @@ public: * @param enabled Option state (\b true - enabled, \b false - disabled) */ 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. */ @@ -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 -- cgit v1.2.3-13-gbd6f