fix a compile warning
This commit is contained in:
parent
a023af7961
commit
089c60c9cd
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,7 @@ CAnalyzerConsole::CAnalyzerConsole ( CClient* pNCliP,
|
||||||
Qt::WindowFlags ) :
|
Qt::WindowFlags ) :
|
||||||
QDialog ( parent ),
|
QDialog ( parent ),
|
||||||
pClient ( pNCliP ),
|
pClient ( pNCliP ),
|
||||||
|
GraphImage ( 1, 1, QImage::Format_RGB32 ),
|
||||||
GraphErrRateCanvasRect ( 0, 0, 600, 450 ), // defines total size of graph
|
GraphErrRateCanvasRect ( 0, 0, 600, 450 ), // defines total size of graph
|
||||||
iGridFrameOffset ( 10 ),
|
iGridFrameOffset ( 10 ),
|
||||||
iLineWidth ( 2 ),
|
iLineWidth ( 2 ),
|
||||||
|
@ -40,8 +41,7 @@ CAnalyzerConsole::CAnalyzerConsole ( CClient* pNCliP,
|
||||||
GraphFrameColor ( Qt::black ), // frame
|
GraphFrameColor ( Qt::black ), // frame
|
||||||
GraphGridColor ( Qt::gray ), // grid
|
GraphGridColor ( Qt::gray ), // grid
|
||||||
LineColor ( Qt::blue ),
|
LineColor ( Qt::blue ),
|
||||||
LineLimitColor ( Qt::red ),
|
LineLimitColor ( Qt::red )
|
||||||
GraphImage ( 1, 1, QImage::Format_RGB32 )
|
|
||||||
{
|
{
|
||||||
// set the window icon and title text
|
// set the window icon and title text
|
||||||
const QIcon icon = QIcon ( QString::fromUtf8 ( ":/png/main/res/mainicon.png" ) );
|
const QIcon icon = QIcon ( QString::fromUtf8 ( ":/png/main/res/mainicon.png" ) );
|
||||||
|
|
Loading…
Reference in a new issue