completed focus filter and menu helpers

This commit is contained in:
itsmattkc
2019-02-14 20:30:44 -08:00
parent acf286e1d8
commit f34a2914ee
17 changed files with 358 additions and 309 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ void debug_message_handler(QtMsgType type, const QMessageLogContext &context, co
fflush(stderr);
// abort();
}
if (debug_dialog != nullptr && debug_dialog->isVisible()) {
QMetaObject::invokeMethod(debug_dialog, "update_log", Qt::QueuedConnection);
if (Olive::DebugDialog != nullptr && Olive::DebugDialog->isVisible()) {
QMetaObject::invokeMethod(Olive::DebugDialog, "update_log", Qt::QueuedConnection);
}
debug_mutex.unlock();
}