mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 10:35:47 -04:00
Qt: Hide debug menu by default
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user