添加creeper-qt最新依赖
This commit is contained in:
11
creeper-qt/widget/widget.hh
Normal file
11
creeper-qt/widget/widget.hh
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "creeper-qt/utility/wrapper/widget.hh"
|
||||
|
||||
namespace creeper::widget::internal {
|
||||
|
||||
class Widget : public QWidget { };
|
||||
|
||||
}
|
||||
namespace creeper {
|
||||
using Widget = Declarative<widget::internal::Widget, widget::pro::checker>;
|
||||
}
|
||||
Reference in New Issue
Block a user