qt: Fix error strings

This commit is contained in:
Cacodemon345
2022-02-02 22:08:19 +06:00
parent 221f1f783c
commit a1c0605cbe
2 changed files with 5 additions and 3 deletions

View File

@@ -105,7 +105,8 @@ int strnicmp(const char *s1, const char *s2, size_t n)
void
do_stop(void)
{
QCoreApplication::quit();
cpu_thread_run = 0;
//main_window->close();
}
void plat_get_exe_name(char *s, int size)