]> git.sesse.net Git - kdenlive/commitdiff
Add comment on project folder places entry (== Bookmark) code resources.
authorTill Theato <root@ttill.de>
Sat, 11 Dec 2010 21:39:11 +0000 (21:39 +0000)
committerTill Theato <root@ttill.de>
Sat, 11 Dec 2010 21:39:11 +0000 (21:39 +0000)
svn path=/trunk/kdenlive/; revision=5159

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();