##// END OF EJS Templates
Suppress a warning in msvc 64bit builds...
Suppress a warning in msvc 64bit builds Using std:sort causes warning C4267 in 64bit msvc builds, because size_t and int are of different size. There should never be a case where list indexes grow so large that this causes problems, so just suppress the warning. Change-Id: I0e4904f88542178177afc51a82bbbd18b094eb32 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r1201:f0af86b6db21
r2713:f6fba9e059d7
Show More
qchartsplugin.qrc
6 lines | 124 B | text/plain | TextLexer
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="/images">
<file>qcharts.png</file>
</qresource>
</RCC>