summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata_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/qscriptdebuggerconsolecommandgroupdata_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/qscriptdebuggerconsolecommandgroupdata_p.h')
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata_p.h b/src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata_p.h
index 4a9447aecf..2513a8c5d2 100644
--- a/src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata_p.h
+++ b/src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata_p.h
@@ -54,7 +54,7 @@
//
#include <QtCore/qobjectdefs.h>
-#include <QtCore/qscopedpointer.h>
+#include <QtCore/private/qscopedpointer_p.h>
#include <QtCore/qmap.h>
QT_BEGIN_NAMESPACE