4
1
mirror of https://github.com/QuasarApp/Heart.git synced 2025-05-02 20:49:40 +00:00
Heart/src/public/atomicmetatypes.h

18 lines
404 B
C
Raw Normal View History

2020-09-27 12:40:11 +03:00
/*
2024-12-30 22:44:47 +01:00
* Copyright (C) 2018-2025 QuasarApp.
2020-09-27 12:40:11 +03:00
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
2020-09-15 21:16:35 +03:00
#ifndef ATOMICMETATYPES_H
#define ATOMICMETATYPES_H
#include <QMetaType>
Q_DECLARE_METATYPE(const bool*)
Q_DECLARE_METATYPE(bool*)
#endif // ATOMICMETATYPES_H