fix: Auto Update Link

This commit is contained in:
collecting
2025-10-26 05:34:26 +00:00
parent deefdd36b0
commit c63396459b

View File

@@ -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