Browse Source

.

pull/2/head
Skycoder42 7 years ago
parent
commit
491ad01c49
  1. 8
      src/mvvmcore/binding.h

8
src/mvvmcore/binding.h

@ -7,10 +7,6 @@
#include "QtMvvmCore/qtmvvmcore_global.h"
#if defined(QT_BUILD_MVVMCORE_LIB) && defined(Q_MOC_RUN)
#include "binding_p.h"
#endif
namespace QtMvvm {
class BindingPrivate;
@ -59,4 +55,8 @@ Q_MVVMCORE_EXPORT Binding bind(QObject *viewModel, const QMetaProperty &viewMode
Q_DECLARE_OPERATORS_FOR_FLAGS(QtMvvm::Binding::BindingDirection)
#if defined(QT_BUILD_MVVMCORE_LIB) && defined(Q_MOC_RUN)
#include "binding_p.h"
#endif
#endif // QTMVVM_BINDING_H

Loading…
Cancel
Save