update
This commit is contained in:
parent
3ad90bc2b1
commit
39e14a6101
|
@ -69,7 +69,7 @@ public slots:
|
||||||
bool hasControl() { return inter->hasControl(); }
|
bool hasControl() { return inter->hasControl(); }
|
||||||
void toast(QIcon icon, QString message) { inter->toast(icon, message); }
|
void toast(QIcon icon, QString message) { inter->toast(icon, message); }
|
||||||
void toast(QString message) {
|
void toast(QString message) {
|
||||||
inter->toast(QIcon(":/img/icon.png"), message);
|
inter->toast(QIcon(":/WingHexPy/img/icon.png"), message);
|
||||||
}
|
}
|
||||||
|
|
||||||
void print(QString message) { inter->log(message); }
|
void print(QString message) { inter->log(message); }
|
||||||
|
|
Loading…
Reference in New Issue