From 8dcaa124889dbefc80bbd21eca5e65623b22ae9f Mon Sep 17 00:00:00 2001
From: Andrea Diamantini <adjam7@gmail.com>
Date: Fri, 6 Jul 2012 23:06:13 +0200
Subject: cppcheck: suspicious code!

it seems we are executing the same code in an "if" and in the related
"else" tense. What about here?

CCMAIL: siteshwar@gmail.com
---
 src/sync/operasynchandler.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/sync/operasynchandler.cpp b/src/sync/operasynchandler.cpp
index 50d671f8..08c3e542 100644
--- a/src/sync/operasynchandler.cpp
+++ b/src/sync/operasynchandler.cpp
@@ -621,6 +621,7 @@ void OperaSyncHandler::handleLocalGroup(const KBookmarkGroup &root, const QDomEl
 
                 QString id = getChildString(child, "id");
 
+                // FIXME: What about here???
                 if (grandChild.isNull())
                 {
                     handleLocalGroup(current.toGroup(), grandChild, id);
-- 
cgit v1.2.1