forked from qt-creator/qt-creator
all: less QScopedPointer
Change-Id: I536bdb4d4f0c10fa858560f3c160fc0fff8da9b2 Reviewed-on: http://codereview.qt-project.org/5116 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
#include <projectexplorer/abi.h>
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtCore/QPair>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
@@ -116,7 +115,7 @@ protected:
|
||||
|
||||
private:
|
||||
friend class Internal::DebuggerRunControlFactory;
|
||||
QScopedPointer<Internal::DebuggerRunControlPrivate> d;
|
||||
Internal::DebuggerRunControlPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace Debugger
|
||||
|
||||
Reference in New Issue
Block a user