diff options
| author | 2013-10-09 11:02:57 +0300 | |
|---|---|---|
| committer | 2013-10-09 06:58:41 -0700 | |
| commit | 4fee6077af88300960d487bd816349ea6c88456a (patch) | |
| tree | bb1f42f750c78e055aff8117e2a6adef2c99e0c3 | |
| parent | c74b286e70cbd2d46eac676c192f53f7491f8d85 (diff) | |
| download | subsurface-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.cpp | 1 |
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" |