Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-19 12:35:12 +0000
committerStijn Buys <ingar@osirion.org>2012-02-19 12:35:12 +0000
commit8aa0a55840f02482884e29b33b770daa6028b81e (patch)
tree7d97139ac43db6396503d50e3c4780b7cb970a2d /src/mapentity.cc
parent96f17eaf3a1f66d7eefd66e51e2137ea404459f4 (diff)
Commented out debug messages, implemented map dragging.
Diffstat (limited to 'src/mapentity.cc')
-rw-r--r--src/mapentity.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapentity.cc b/src/mapentity.cc
index dd16379..55bb501 100644
--- a/src/mapentity.cc
+++ b/src/mapentity.cc
@@ -66,7 +66,7 @@ void MapEntity::paintEvent(QPaintEvent *event)
void MapEntity::mousePressEvent(QMouseEvent *event)
{
if (event->button() == Qt::LeftButton) {
- qDebug() << "clicked entity " << name();
+ //qDebug() << "clicked entity " << name();
event->accept();
emit clicked(this);