mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 00:45:46 -04:00
Qt: Support multiple updater channels
This commit is contained in:
@ -39,6 +39,8 @@ public Q_SLOTS:
|
||||
/// Updates debug menu visibility (hides if disabled).
|
||||
void updateDebugMenuVisibility();
|
||||
|
||||
void checkForUpdates(bool display_message);
|
||||
|
||||
private Q_SLOTS:
|
||||
void reportError(const QString& message);
|
||||
void reportMessage(const QString& message);
|
||||
@ -93,7 +95,6 @@ private Q_SLOTS:
|
||||
void onGameListSetCoverImageRequested(const GameListEntry* entry);
|
||||
void onCPUDebuggerClosed();
|
||||
|
||||
void checkForUpdates(bool display_message);
|
||||
void onUpdateCheckComplete();
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user