From 4fee6077af88300960d487bd816349ea6c88456a Mon Sep 17 00:00:00 2001 From: Sergey Starosek Date: Wed, 9 Oct 2013 11:02:57 +0300 Subject: [PATCH] Remove unnecessary moc include This fixes compilation issues with the new build system. Signed-off-by: Sergey Starosek Signed-off-by: Dirk Hohndel --- qt-gui.cpp | 1 - 1 file changed, 1 deletion(-) 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"