Created a whitelist of system archives to prevent false positives creating dialogs.
This commit is contained in:
parent
0409bdfea5
commit
a8aef599e0
9 changed files with 70 additions and 35 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <memory>
|
||||
#include <QMainWindow>
|
||||
#include <QTimer>
|
||||
#include "core/core.h"
|
||||
#include "ui_main.h"
|
||||
|
||||
class Config;
|
||||
|
@ -125,7 +126,7 @@ private slots:
|
|||
void OnDisplayTitleBars(bool);
|
||||
void ToggleWindowMode();
|
||||
void OnCreateGraphicsSurfaceViewer();
|
||||
void OnCoreError(Core::System::ResultStatus, boost::optional<std::string>);
|
||||
void OnCoreError(Core::System::ResultStatus, std::string);
|
||||
|
||||
private:
|
||||
void UpdateStatusBar();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue