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

11 lines
107 B
C
Raw Normal View History

2019-12-18 17:35:37 +08:00
#ifndef LAYER_H
#define LAYER_H
#include "QWidget"
class Layer : public QWidget {
};
#endif // LAYER_H