diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-20 08:57:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-20 08:57:31 +0000 |
| commit | 75281f98fa68c5326e4725b107317d8f477e3e7d (patch) | |
| tree | c0817f29128d04171df1ca48d803865dcb3eee93 /src/plugins/General/kdenotify/kdenotify.h | |
| parent | 2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab (diff) | |
| download | qmmp-75281f98fa68c5326e4725b107317d8f477e3e7d.tar.gz qmmp-75281f98fa68c5326e4725b107317d8f477e3e7d.tar.bz2 qmmp-75281f98fa68c5326e4725b107317d8f477e3e7d.zip | |
fixed installation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1635 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.h')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.h b/src/plugins/General/kdenotify/kdenotify.h index e928c27ab..26aae0cdf 100644 --- a/src/plugins/General/kdenotify/kdenotify.h +++ b/src/plugins/General/kdenotify/kdenotify.h @@ -41,11 +41,12 @@ public: private: QList<QVariant> prepareNotification(); QDBusInterface *notifier; - QString m_ConfigDir; + QString m_coverPath; int m_NotifyDelay; bool m_ShowCovers; bool m_UseFreedesktopSpec; QString m_template; + QString m_imagesDir; private slots: void showMetaData(); |
