diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
commit | 13541a38cad825ec7932b2044ced4995ca298d8f (patch) | |
tree | 802438cb64e9afcf8ab907cb2adb3512d2fbf786 /audio/last.fm/files/patch-src-mediadevice-itunes-itunesdevice.cpp | |
parent | Extend the options framework providing 2 new macros: (diff) |
Update to 1.5.4.26862
Tested by: Rainer Hurling <rhurlin@gwdg.de>,
ajtiM <lumiwa@gmail.com>
Diffstat (limited to 'audio/last.fm/files/patch-src-mediadevice-itunes-itunesdevice.cpp')
-rw-r--r-- | audio/last.fm/files/patch-src-mediadevice-itunes-itunesdevice.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/last.fm/files/patch-src-mediadevice-itunes-itunesdevice.cpp b/audio/last.fm/files/patch-src-mediadevice-itunes-itunesdevice.cpp deleted file mode 100644 index 59dce4a1dcb0..000000000000 --- a/audio/last.fm/files/patch-src-mediadevice-itunes-itunesdevice.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/mediadevices/itunes/itunesdevice.cpp.orig 2009-11-04 22:07:06.000000000 +0100 -+++ src/mediadevices/itunes/itunesdevice.cpp 2009-11-04 22:07:12.000000000 +0100 -@@ -589,8 +589,9 @@ - //HACK - #ifdef WIN32 - QDir qcd = m_path; -- #endif - QSettings().setValue( "devicePaths/" + uid + "/path", qcd.absolutePath() ); -+ #endif -+ - //HACK - } - else |