mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-05 12:09:58 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user