fix some warning messages at compilation

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2088 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-04-05 16:03:05 +00:00
parent 4a038a8bf0
commit bbbdcb3a89
3 changed files with 5 additions and 5 deletions

View File

@@ -4,9 +4,9 @@
#include "diagram.h"
ConductorAutoNumerotationWidget::ConductorAutoNumerotationWidget(Conductor *c, QSet<Conductor *> cl, QWidget *parent) :
QDialog (parent),
conductor_(c),
c_list(cl),
QDialog (parent)
c_list(cl)
{
#ifdef Q_WS_MAC
setWindowFlags(Qt::Sheet);