This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric/shader/layer.h
2019-12-18 17:35:37 +08:00

11 lines
107 B
C++

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