summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggervalueproperty_p.h
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2009-11-09 17:52:57 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2009-11-09 17:52:57 +0100
commit19f8781c17019048693ec32833af49ce00be4c72 (patch)
tree15110b5f6238382b899e52f70d61721560982d2b /src/scripttools/debugging/qscriptdebuggervalueproperty_p.h
parentaf0c43f19218996bab844da4dd6f298d405ebcee (diff)
Move QCustomScopedPointer to a private header
The API is internal, so it should live in its private header. The class was introduced during the lifetime of 4.6 (not in 4.5), so the move is binary compatible. Task-number: QTBUG-5617 Reviewed-by: João Abecasis <joao@abecasis.name>
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggervalueproperty_p.h')
-rw-r--r--src/scripttools/debugging/qscriptdebuggervalueproperty_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggervalueproperty_p.h b/src/scripttools/debugging/qscriptdebuggervalueproperty_p.h
index 2ec6124ac4..b130307104 100644
--- a/src/scripttools/debugging/qscriptdebuggervalueproperty_p.h
+++ b/src/scripttools/debugging/qscriptdebuggervalueproperty_p.h
@@ -55,7 +55,7 @@
#include <QtCore/qobjectdefs.h>
#include <QtCore/qlist.h>
-#include <QtCore/qscopedpointer.h>
+#include <QtCore/private/qscopedpointer_p.h>
#include <QtScript/qscriptvalue.h>
QT_BEGIN_NAMESPACE