Files
comaps/libs/platform/platform_qt_version.cpp.in
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

12 lines
170 B
C++

#include "platform/platform.hpp"
std::string Platform::Version() const
{
return "@OM_VERSION@";
}
int32_t Platform::IntVersion() const
{
return @OM_INT_VERSION@;
}