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 <memory>
|
||||||
#include "citron/updater/updater_service.h"
|
#include "citron/updater/updater_service.h"
|
||||||
|
|
||||||
// Forward declare QString for the helper function.
|
|
||||||
class QString;
|
class QString;
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
@@ -16,9 +15,11 @@ class UpdaterDialog;
|
|||||||
|
|
||||||
namespace Updater {
|
namespace Updater {
|
||||||
|
|
||||||
// Add the declaration for the date formatting helper function.
|
// Declarations for helper functions
|
||||||
QString FormatDateTimeString(const std::string& iso_string);
|
QString FormatDateTimeString(const std::string& iso_string);
|
||||||
|
|
||||||
|
QString FormatChangelog(const std::string& raw_changelog);
|
||||||
|
|
||||||
class UpdaterDialog : public QDialog {
|
class UpdaterDialog : public QDialog {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user