This commit is contained in:
寂静的羽夏 2022-08-20 22:29:43 +08:00
parent 871bcec6c3
commit 687e9ead94
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -19,6 +19,8 @@
#define ERRLOG(msg) "<font color=\"red\">" + msg + "</font>"
#define WARNLOG(msg) "<font color=\"gold\">" + msg + "</font>"
#define WingHexPyVersion 5
class PlgInterface : public QObject {
Q_OBJECT
public:
@ -80,6 +82,8 @@ public slots:
}
QString getClipboardText() { return QApplication::clipboard()->text(); }
int version() { return WingHexPyVersion; }
private:
PlgInterface *inter;
};