QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

error: ambiguous overload for 'operator<<'

Open halfgaar opened this issue 8 years ago • 0 comments

Compile failure (Qt 5.5, Gcc 4.8, Linux 64 bit):

error: ambiguous overload for 'operator<<' (operand types are 'QDataStream' and 'int')

Fix is to add #include <QDataStream> to xlscolor_p.h

halfgaar avatar Apr 04 '16 07:04 halfgaar