summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2013-10-09 11:02:57 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-09 06:58:41 -0700
commit4fee6077af88300960d487bd816349ea6c88456a (patch)
treebb1f42f750c78e055aff8117e2a6adef2c99e0c3
parentc74b286e70cbd2d46eac676c192f53f7491f8d85 (diff)
downloadsubsurface-4fee6077af88300960d487bd816349ea6c88456a.tar.gz
Remove unnecessary moc include
This fixes compilation issues with the new build system. Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp
index 5127b7ba8..ac739ad6f 100644
--- a/qt-gui.cpp
+++ b/qt-gui.cpp
@@ -438,4 +438,3 @@ int parseTemperatureToMkelvin(const QString& text)
return mkelvin;
}
-#include "qt-gui.moc"