[Digikam-devel] [digikam] libs/database: added comment about unreachable code
Andi Clemens
andi.clemens at googlemail.com
Fri Dec 23 22:28:30 GMT 2011
Git commit 17eae33b77326889c5f809e8aa79370734acc18b by Andi Clemens.
Committed on 23/12/2011 at 23:02.
Pushed by aclemens into branch 'master'.
added comment about unreachable code
CCMAIL:digikam-devel at kde.org
M +2 -0 libs/database/collectionmanager.cpp
http://commits.kde.org/digikam/17eae33b77326889c5f809e8aa79370734acc18b
diff --git a/libs/database/collectionmanager.cpp b/libs/database/collectionmanager.cpp
index 725d5d8..a56c602 100644
--- a/libs/database/collectionmanager.cpp
+++ b/libs/database/collectionmanager.cpp
@@ -627,6 +627,8 @@ QString CollectionManagerPrivate::technicalDescription(const AlbumRootLocation*
}
else if (url.protocol() == "networkshareid")
{
+ // FIXME: unreachable code??? What should this code really do?
+
return QString();
if (!(queryItem = url.queryItem("mountpath")).isNull())
More information about the Digikam-devel
mailing list