#ifndef LAYER_H #define LAYER_H #include "QWidget" class Layer : public QWidget { }; #endif // LAYER_H