diff options
author | Sean Harmer <sean.harmer@kdab.com> | 2014-06-08 11:52:59 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-06-08 14:59:51 +0200 |
commit | 6d608c1050f225408532c105e3da5757f76ac066 (patch) | |
tree | 66d77cca0f1f72f882cfd58c2e62597c2b38c48b /src/render/backend/framegraph/framegraphnode.h | |
parent | 5996d9e9bdf670b82545993a78b7485d19c03a90 (diff) | |
download | qt3d-6d608c1050f225408532c105e3da5757f76ac066.tar.gz |
Separate QObserverInterface, QObservableInterface and QObserver
This just refactors the above classes into their own files and adusts
the #includes throughout the project.
Change-Id: Ie53b8d19f2c9f7119940d27137c4bb90cd7df805
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/backend/framegraph/framegraphnode.h')
-rw-r--r-- | src/render/backend/framegraph/framegraphnode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/backend/framegraph/framegraphnode.h b/src/render/backend/framegraph/framegraphnode.h index adf5de19c..6916c47a2 100644 --- a/src/render/backend/framegraph/framegraphnode.h +++ b/src/render/backend/framegraph/framegraphnode.h @@ -44,7 +44,6 @@ #include <qglobal.h> #include <QVector> -#include <Qt3DCore/qchangearbiter.h> QT_BEGIN_NAMESPACE |