There was an error while loading. Please reload this page.
1 parent 8825b22 commit 3df5704Copy full SHA for 3df5704
1 file changed
src/util/parented_ptr.h
@@ -1,13 +1,10 @@
1
#pragma once
2
3
-#ifdef MIXXX_DEBUG_ASSERTIONS_ENABLED
4
#include <QObject>
5
-#endif
6
#include <QPointer>
7
#include <memory>
8
9
#include "util/assert.h"
10
-#include "util/parented_ptr.h"
11
12
// Use this wrapper class to clearly represent a raw pointer that is owned by the QT object tree.
13
// Objects which both derive from QObject AND have a parent object, have their lifetime governed by
0 commit comments