GCC warnings.
This commit is contained in:
parent
dd68bd8d5e
commit
a258d5c7ed
|
@ -46,14 +46,13 @@ signals:
|
||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Q_DISABLE_COPY(VPieceCarrousel)
|
||||||
QComboBox *comboBoxLayer;
|
QComboBox *comboBoxLayer;
|
||||||
QScrollArea *mainScrollArea;
|
QScrollArea *mainScrollArea;
|
||||||
QList<QWidget *> layers;
|
QList<QWidget *> layers;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void ActiveLayerChanged(int index);
|
void ActiveLayerChanged(int index);
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // VPIECECARROUSEL_H
|
#endif // VPIECECARROUSEL_H
|
||||||
|
|
Loading…
Reference in New Issue
Block a user