aboutsummaryrefslogtreecommitdiff
path: root/selectionhandler.cpp
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-03-22 16:48:13 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-03-22 16:48:13 -0300
commit57d2c6b922339bf6ea86856cb9d245218232cdfb (patch)
treea6cca3e54b5a513f112c795a489bf9399afd2a09 /selectionhandler.cpp
parent5df4e094d9127bdcc9766c6b7da77bc5447c5d9e (diff)
Removed unecessary QDebug #include's.
Diffstat (limited to 'selectionhandler.cpp')
-rw-r--r--selectionhandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/selectionhandler.cpp b/selectionhandler.cpp
index 190040d..8a33158 100644
--- a/selectionhandler.cpp
+++ b/selectionhandler.cpp
@@ -1,7 +1,5 @@
#include "selectionhandler.h"
-#include <QDebug>
-
SelectionHandler::SelectionHandler(int numItems)
: m_selection(numItems, false)
{