使主题色依照DDE主题色改变

因为AUTOMOC不会在编译主程序的时候再对插件接口类进行MOC,所以需要在主程序内加一份一模一样的插件接口类定义。
This commit is contained in:
RigoLigo
2021-07-08 00:38:11 +08:00
parent 6536d3230f
commit 0a6e86dba7
9 changed files with 88 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
#include <QGuiApplication>
#include <QScreen>
#include <QJsonArray>
#include "spkmsgbox.h"
#include "spkmainwindow.h"
#include "spklogging.h"
#include "spkuimsg.h"