versioning

This commit is contained in:
2026-06-29 18:57:32 +02:00
parent e6f7742bd8
commit f883b3d7fe
4 changed files with 87 additions and 38 deletions
+4
View File
@@ -1,6 +1,7 @@
#pragma once
#include <QtQuick/qquickitem.h>
#include <qcontainerfwd.h>
#include <qobject.h>
#include <qqmlintegration.h>
@@ -26,6 +27,9 @@ Q_INVOKABLE static bool deleteFile(const QUrl& path);
Q_INVOKABLE static QString toLocalFile(const QUrl& url);
Q_INVOKABLE static qreal clamp(qreal value, qreal min, qreal max);
[[nodiscard]] QString version() const;
[[nodiscard]] QString qtVersion() const;
};
} // namespace ZShell