This commit is contained in:
寂静的羽夏 2022-08-25 22:16:17 +08:00
parent 3ad90bc2b1
commit 39e14a6101
1 changed files with 1 additions and 1 deletions

View File

@ -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); }