remove refs to old functions

This commit is contained in:
garak
2024-09-24 12:45:32 -04:00
26 changed files with 236 additions and 182 deletions

View File

@@ -17,7 +17,7 @@ class UpdatePromoter : public QDialog
public:
explicit UpdatePromoter(QWidget *parent, NetworkAccessManager *manager);
~UpdatePromoter() {};
~UpdatePromoter();
void checkForUpdates();
void updatePreferences();