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