update
This commit is contained in:
parent
871bcec6c3
commit
687e9ead94
Binary file not shown.
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue