implement inheritance keyword for .qsrun entries

This commit is contained in:
2020-09-06 21:37:15 +02:00
父節點 45d7b930f8
當前提交 560e15d48d
共有 2 個文件被更改,包括 26 次插入1 次删除

查看文件

@@ -24,6 +24,8 @@ class EntryConfig
QIcon icon;
int row = 0;
int col = 0;
EntryConfig &update(const EntryConfig &o);
};
class EntryProvider