From a71eb045af5a00fe135201f8b3c5999eda26e0bd Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 17 Jun 2015 14:01:44 +0300 Subject: Fix building against 5.6 Apparently Qt modules are now required to use Q_SIGNALS and Q_SLOTS macros instead of 'signals' and 'slots' in headers. Change-Id: I4140b1fff4386d74bb371176919234366965e887 Reviewed-by: Mika Salmela --- examples/datavisualization/texturesurface/highlightseries.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/datavisualization/texturesurface/highlightseries.h') diff --git a/examples/datavisualization/texturesurface/highlightseries.h b/examples/datavisualization/texturesurface/highlightseries.h index 43fe704a..701204ce 100644 --- a/examples/datavisualization/texturesurface/highlightseries.h +++ b/examples/datavisualization/texturesurface/highlightseries.h @@ -35,7 +35,7 @@ public: void setTopographicSeries(TopographicSeries *series); inline void setMinHeight(float height) { m_minHeight = height; } -public slots: +public Q_SLOTS: void handlePositionChange(const QPoint &position); void handleGradientChange(float value); -- cgit v1.2.3