Qt: Tidy up theme change workaround

This commit is contained in:
Stenzek
2024-06-24 13:25:16 +10:00
parent db305660c1
commit 8c1228a7aa
2 changed files with 11 additions and 14 deletions

View File

@ -27,10 +27,7 @@ LogWindow::LogWindow(bool attach_to_main)
Log::RegisterCallback(&LogWindow::logCallback, this);
}
LogWindow::~LogWindow()
{
Log::UnregisterCallback(&LogWindow::logCallback, this);
}
LogWindow::~LogWindow() = default;
void LogWindow::updateSettings()
{