Rename method

This commit is contained in:
Chocobo1
2022-05-01 14:21:50 +08:00
parent bb2a874fd5
commit 21f4676b16
3 changed files with 5 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ namespace
#if defined Q_OS_WIN && !defined DISABLE_GUI
StacktraceDialog dlg; // unsafe
dlg.setStacktraceString(QString::fromLatin1(sigName), straceWin::getBacktrace());
dlg.setText(QString::fromLatin1(sigName), straceWin::getBacktrace());
dlg.exec();
#endif