Heart
1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
atomicmetatypes.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018-2025 QuasarApp.
3
* Distributed under the lgplv3 software license, see the accompanying
4
* Everyone is permitted to copy and distribute verbatim copies
5
* of this license document, but changing it is not allowed.
6
*/
7
8
9
#ifndef ATOMICMETATYPES_H
10
#define ATOMICMETATYPES_H
11
#include <QMetaType>
12
13
Q_DECLARE_METATYPE
(
const
bool
*)
14
Q_DECLARE_METATYPE
(
bool
*)
15
16
17
#endif
// ATOMICMETATYPES_H
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(QH::HostAddress)
src
public
atomicmetatypes.h
Generated by
1.9.8