comp:添加Macos编译通过。

This commit is contained in:
2024-05-20 23:36:44 +08:00
parent 730c83c649
commit bd7f2681ab
6 changed files with 708 additions and 10 deletions

View File

@@ -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;