Fatals now work again.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
|
||||
class MediaMenu;
|
||||
class RendererStack;
|
||||
@@ -54,7 +55,7 @@ signals:
|
||||
void setFullscreen(bool state);
|
||||
void setMouseCapture(bool state);
|
||||
|
||||
void showMessageForNonQtThread(int flags, const QString &header, const QString &message);
|
||||
void showMessageForNonQtThread(int flags, const QString &header, const QString &message, std::atomic_bool* done);
|
||||
void getTitleForNonQtThread(wchar_t *title);
|
||||
public slots:
|
||||
void showSettings();
|
||||
@@ -120,7 +121,7 @@ private slots:
|
||||
void on_actionRenderer_options_triggered();
|
||||
|
||||
void refreshMediaMenu();
|
||||
void showMessage_(int flags, const QString &header, const QString &message);
|
||||
void showMessage_(int flags, const QString &header, const QString &message, std::atomic_bool* done = nullptr);
|
||||
void getTitle_(wchar_t *title);
|
||||
|
||||
void on_actionMCA_devices_triggered();
|
||||
|
||||
Reference in New Issue
Block a user