Fixed various warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@803 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -126,7 +126,7 @@ QGLViewerWidget::init(void)
|
||||
QAction *a;
|
||||
a = add_draw_mode("Wireframe");
|
||||
a->setShortcut(QKeySequence(Key_W));
|
||||
a = add_draw_mode("Solid Flat");
|
||||
add_draw_mode("Solid Flat");
|
||||
a = add_draw_mode("Solid Smooth");
|
||||
a->setShortcut(QKeySequence(Key_S));
|
||||
a->setChecked(true);
|
||||
|
||||
@@ -84,7 +84,7 @@ public:
|
||||
/// Constructor
|
||||
ModBalancerT( D &_dec )
|
||||
: BaseModQ( _dec ),
|
||||
max_level_(0), n_vertices_(0)
|
||||
max_level_(0), n_roots_(0), n_vertices_(0)
|
||||
{
|
||||
BaseModQ::mesh().add_property( level_ );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user