Skip to content
Snippets Groups Projects
Commit 3aa0776a authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Classview: Remove dead code

Change-Id: I753daa24d4ab1c8b03f324a42f36e71697517a9f
Reviewed-on: http://codereview.qt.nokia.com/4088


Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
parent 50d35c74
No related branches found
No related tags found
No related merge requests found
......@@ -194,11 +194,6 @@ void NavigationWidget::onDataUpdate(QSharedPointer<QStandardItem> result)
if (result.isNull())
return;
// if this is 1st call
bool expandRootItems = false;
if (d->treeModel->invisibleRootItem()->rowCount() == 0)
expandRootItems = true;
QTime timer;
if (debug)
timer.start();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment