summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe/connectionframe.cpp
diff options
context:
space:
mode:
authorChristian Klinger2016-06-01 13:00:00 +0200
committerChristian Klinger2016-06-01 13:00:00 +0200
commit1630ef0a7aec4869281257efc1735a555f581774 (patch)
treecaf3a87f74d148c391f85160f1efc0c2a9cae52a /src/server/connectionframe/connectionframe.cpp
parentadded qStdOut() (use like qDebug()) (diff)
downloadpvs2-1630ef0a7aec4869281257efc1735a555f581774.tar.gz
pvs2-1630ef0a7aec4869281257efc1735a555f581774.tar.xz
pvs2-1630ef0a7aec4869281257efc1735a555f581774.zip
small UI improvement.
Diffstat (limited to 'src/server/connectionframe/connectionframe.cpp')
-rw-r--r--src/server/connectionframe/connectionframe.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/connectionframe/connectionframe.cpp b/src/server/connectionframe/connectionframe.cpp
index e274bd5..e962e39 100644
--- a/src/server/connectionframe/connectionframe.cpp
+++ b/src/server/connectionframe/connectionframe.cpp
@@ -188,7 +188,6 @@ void ConnectionFrame::mouseReleaseEvent(QMouseEvent* event)
// Only recognize a move if the distance is larger than _startDragDistance
if ((this->pos() - _previousPosition).manhattanLength() > _startDragDistance )
{
- qDebug("Moved");
emit frameMoved(true, this);
}
else