+ fix various warnings with gcc

This commit is contained in:
wmayer
2015-09-01 19:29:39 +02:00
parent 9426a77690
commit 979d1299cc
12 changed files with 92 additions and 134 deletions

View File

@@ -38,7 +38,10 @@
using namespace SketcherGui;
SketchMirrorDialog::SketchMirrorDialog(void)
: QDialog(Gui::getMainWindow()), ui(new Ui_SketchMirrorDialog), RefGeoid(-1), RefPosid(Sketcher::none)
: QDialog(Gui::getMainWindow())
, RefGeoid(-1)
, RefPosid(Sketcher::none)
, ui(new Ui_SketchMirrorDialog)
{
ui->setupUi(this);
}