OSDN Git Service

[Qt][OSD] Fix FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 24 Oct 2020 07:28:47 +0000 (16:28 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 24 Oct 2020 07:28:47 +0000 (16:28 +0900)
source/src/qt/osd_base.cpp

index 8489076..325f90a 100644 (file)
@@ -588,7 +588,7 @@ void OSD_BASE::finish_waiting_in_debugger()
 void OSD_BASE::process_waiting_in_debugger()
 {
        // ToDo: Check sequence
-       this->msleep(10);
+       QThread::msleep(10);
 }
 
 void OSD_BASE::set_dbg_completion_list(std::list<std::string> *p)