]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.cpp
Add comment on project folder places entry (== Bookmark) code resources.
[kdenlive] / src / kdenlivedoc.cpp
index f57e9efc34bc47ef37e6aa80e969a6f207925158..119c352051ee639c93825ec7e67c91fb16a60d50 100644 (file)
@@ -1459,6 +1459,11 @@ bool KdenliveDoc::saveCustomEffects(QDomNodeList customeffects)
 
 void KdenliveDoc::updateProjectFolderPlacesEntry()
 {
+    /*
+     * For similar and more code have a look at kfileplacesmodel.cpp and the included files:
+     * http://websvn.kde.org/trunk/KDE/kdelibs/kfile/kfileplacesmodel.cpp?view=markup
+     */
+
     const QString file = KStandardDirs::locateLocal("data", "kfileplaces/bookmarks.xml");
     KBookmarkManager *bookmarkManager = KBookmarkManager::managerForFile(file, "kfilePlaces");
     KBookmarkGroup root = bookmarkManager->root();