GCC warnings.

This commit is contained in:
Roman Telezhynskyi 2020-04-13 15:28:06 +03:00
parent dd68bd8d5e
commit a258d5c7ed

View File

@ -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