--- nono/host/signalthread.cpp 2026/04/29 17:05:30 1.1.1.4 +++ nono/host/signalthread.cpp 2026/04/29 17:05:51 1.1.1.5 @@ -32,6 +32,7 @@ // Linux のマニュアルでは確認できなかった。 #include "signalthread.h" +#include "mainapp.h" #include "uimessage.h" #include @@ -127,7 +128,7 @@ SignalThread::ThreadRun() case SIGTERM: case SIGINT: // メインスレッドから終了してもらう - UIMessage::Post(UIMessage::APPEXIT); + gMainApp.GetUIMessage()->Post(UIMessage::APPEXIT); break; default: // 他は無視する