QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RNonCopyable.h
Go to the documentation of this file.
1
20#ifndef RNONCOPYABLE_H
21#define RNONCOPYABLE_H
22
23#include "core_global.h"
24
25#include <QMetaType>
26
33protected:
35 virtual ~RNonCopyable() {}
36
37private:
40};
41
43
44#endif
Q_DECLARE_METATYPE(RMath *)
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RNonCopyable.h:32
const RNonCopyable & operator=(const RNonCopyable &)
virtual ~RNonCopyable()
Definition RNonCopyable.h:35
RNonCopyable(const RNonCopyable &)
RNonCopyable()
Definition RNonCopyable.h:34
#define QCADCORE_EXPORT
Definition core_global.h:10