mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
removed harmless warning (initialization order in constructor)
This commit is contained in:
parent
b0c8146df4
commit
b1fa573fcb
@ -2,7 +2,7 @@
|
||||
#include <QtGui>
|
||||
|
||||
MeshLabXMLStdDialog::MeshLabXMLStdDialog( Env& envir,QWidget *p )
|
||||
:QDockWidget(QString("Plugin"), p),showHelp(false),env(envir)
|
||||
:QDockWidget(QString("Plugin"), p),env(envir),showHelp(false)
|
||||
{
|
||||
curmask = 0;
|
||||
qf = NULL;
|
||||
@ -856,4 +856,4 @@ void XMLColorWidget::setVisibility( const bool vis )
|
||||
colorLabel->setVisible(vis);
|
||||
descLabel->setVisible(vis);
|
||||
colorButton->setVisible(vis);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user