Remove QSK_EXPORT to prevent inconsitent dll linkage warning

This commit is contained in:
Rick Vogel 2023-08-03 11:11:19 +02:00 committed by uwerat
parent 95a8809979
commit 97628151b7
1 changed files with 1 additions and 1 deletions

View File

@ -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