mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
fix: Auto Update Link
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include <memory>
|
||||
#include "citron/updater/updater_service.h"
|
||||
|
||||
// Forward declare QString for the helper function.
|
||||
class QString;
|
||||
|
||||
namespace Ui {
|
||||
@@ -16,9 +15,11 @@ class UpdaterDialog;
|
||||
|
||||
namespace Updater {
|
||||
|
||||
// Add the declaration for the date formatting helper function.
|
||||
// Declarations for helper functions
|
||||
QString FormatDateTimeString(const std::string& iso_string);
|
||||
|
||||
QString FormatChangelog(const std::string& raw_changelog);
|
||||
|
||||
class UpdaterDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user