mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 04:53:54 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
11
libs/platform/platform_qt_version.cpp.in
Normal file
11
libs/platform/platform_qt_version.cpp.in
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "platform/platform.hpp"
|
||||
|
||||
std::string Platform::Version() const
|
||||
{
|
||||
return "@OM_VERSION@";
|
||||
}
|
||||
|
||||
int32_t Platform::IntVersion() const
|
||||
{
|
||||
return @OM_INT_VERSION@;
|
||||
}
|
||||
Reference in New Issue
Block a user