Qt: Purge format string usage from AutoUpdaterDialog

This commit is contained in:
Stenzek
2024-07-19 13:54:00 +10:00
parent ca2a8f1e1f
commit aa94b07f30
2 changed files with 25 additions and 29 deletions

View File

@@ -9,6 +9,7 @@
#include <memory>
#include <string>
#include <string_view>
#include <QtCore/QDateTime>
#include <QtCore/QStringList>
@@ -49,7 +50,7 @@ private Q_SLOTS:
void remindMeLaterClicked();
private:
void reportError(const char* msg, ...);
void reportError(const std::string_view msg);
bool ensureHttpReady();