aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-06-11 18:27:51 +0000
committersaturneric <[email protected]>2025-06-11 18:27:51 +0000
commit04415b96c22a7146b030315c12424318298c93ee (patch)
treeae3f5e5b1d659bed61b8c7070e98eafc42217f35
parentfeat(version_checking): add update checking api selection and caching (diff)
downloadModules-04415b96c22a7146b030315c12424318298c93ee.tar.gz
Modules-04415b96c22a7146b030315c12424318298c93ee.zip
feat(ver_check): add QDateTime include to SoftwareVersion.h
- include QDateTime header for future timestamp functionality - maintain alphabetical order of includes
-rw-r--r--src/m_ver_check/SoftwareVersion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_ver_check/SoftwareVersion.h b/src/m_ver_check/SoftwareVersion.h
index 4eeab52..59db3fa 100644
--- a/src/m_ver_check/SoftwareVersion.h
+++ b/src/m_ver_check/SoftwareVersion.h
@@ -28,6 +28,7 @@
#pragma once
+#include <QDateTime>
#include <QJsonDocument>
#include <QString>