Qt: Hide debug menu by default

This commit is contained in:
Connor McLaughlin
2020-08-19 00:01:57 +10:00
parent 6d75f42e12
commit 67fb9253cb
4 changed files with 24 additions and 1 deletions

View File

@ -29,6 +29,10 @@ public:
/// Performs update check if enabled in settings.
void startupUpdateCheck();
public Q_SLOTS:
/// Updates debug menu visibility (hides if disabled).
void updateDebugMenuVisibility();
private Q_SLOTS:
void reportError(const QString& message);
void reportMessage(const QString& message);