Remove QSK_EXPORT to prevent inconsitent dll linkage warning
This commit is contained in:
parent
95a8809979
commit
97628151b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue