comp:添加Macos编译通过。
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
#include "src/config.h"
|
||||
#include "src/attribute_edit.h"
|
||||
|
||||
struct SElement_t {
|
||||
SElement_t(Element_t* e, const std::string& s);
|
||||
Element_t* ele{};
|
||||
std::string str{};
|
||||
};
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
class MainWidget;
|
||||
|
||||
Reference in New Issue
Block a user