Qt: Purge format string usage from AutoUpdaterDialog
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user