- removed the clock timer I forgot in the previous commit experimental

Tue, 09 Sep 2014 02:39:04 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Tue, 09 Sep 2014 02:39:04 +0300
branch
experimental
changeset 893
ee0631d7f5d4
parent 892
49afb6b98253
child 894
120cf01d8831

- removed the clock timer I forgot in the previous commit

src/mainWindow.cc file | annotate | diff | comparison | revisions
--- a/src/mainWindow.cc	Tue Sep 09 02:36:14 2014 +0300
+++ b/src/mainWindow.cc	Tue Sep 09 02:39:04 2014 +0300
@@ -565,7 +565,6 @@
 	QItemSelection itemselect;
 	int top = -1;
 	int bottom = -1;
-	QTime t0 = QTime::currentTime();
 
 	for (LDObjectPtr obj : Selection())
 	{
@@ -599,7 +598,6 @@
 
 	ui->objectList->selectionModel()->select (itemselect, QItemSelectionModel::ClearAndSelect);
 	g_isSelectionLocked = false;
-	printf ("Selection performed in %dms\n", t0.msecsTo (QTime::currentTime()));
 }
 
 // =============================================================================

mercurial