mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
Version check
Compilation error when the compiler and the runtime are not on the same version
This commit is contained in:
parent
37f874a26b
commit
da11b33e9b
5 changed files with 38 additions and 1 deletions
|
@ -158,4 +158,6 @@ Flickable::~Flickable()
|
|||
sixtyfps_flickable_data_free(&data);
|
||||
}
|
||||
|
||||
template <int Major, int Minor, int Patch> struct VersionCheckHelper {};
|
||||
|
||||
} // namespace sixtyfps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue