From 97628151b7d1bf63e488758d3b03b955150752df Mon Sep 17 00:00:00 2001 From: Rick Vogel <111582062+rick-vogel@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:11:19 +0200 Subject: [PATCH] Remove QSK_EXPORT to prevent inconsitent dll linkage warning --- playground/charts/ChartSample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/charts/ChartSample.h b/playground/charts/ChartSample.h index 0f1c9f1d..710128bd 100644 --- a/playground/charts/ChartSample.h +++ b/playground/charts/ChartSample.h @@ -105,6 +105,6 @@ inline void ChartSample::setSample( #ifndef QT_NO_DEBUG_STREAM class QDebug; - QSK_EXPORT QDebug operator<<( QDebug, const ChartSample& ); + QDebug operator<<( QDebug, const ChartSample& ); #endif