[Digikam-devel] [Bug 261277] Windows and Linux Frontend using the same database

Tobias Kaminsky tobias at kaminsky.me
Thu Oct 20 15:38:19 BST 2011


https://bugs.kde.org/show_bug.cgi?id=261277





--- Comment #8 from Tobias Kaminsky <tobias kaminsky me>  2011-10-20 14:38:18 ---
return url.allQueryItemValues("mountpath"); (collectionmanager.cpp:460)
does not work properly.

I have changed this to 

return url.toString().split("?mountpath=",  QString::SkipEmptyParts);

and it seems to work.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list