Fixing error: invalid use of incomplete type class QMarginsF.
--HG-- branch : develop
This commit is contained in:
parent
7caf42cf48
commit
7218098165
|
@ -44,6 +44,12 @@
|
|||
#include "debugbreak.h"
|
||||
#include "defglobal.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
|
||||
# include "backport/qmarginsf.h"
|
||||
#else
|
||||
# include <QMargins>
|
||||
#endif
|
||||
|
||||
template <class T> class QSharedPointer;
|
||||
|
||||
#include <ciso646>
|
||||
|
|
Loading…
Reference in New Issue
Block a user