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:
@@ -41,7 +41,6 @@
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QProcess>
|
||||
#include <QtCore/QScopedPointer>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSettings;
|
||||
@@ -130,7 +129,7 @@ private:
|
||||
void cleanupInferior();
|
||||
#endif
|
||||
|
||||
QScopedPointer<ConsoleProcessPrivate> d;
|
||||
ConsoleProcessPrivate *d;
|
||||
};
|
||||
|
||||
} //namespace Utils
|
||||
|
||||
Reference in New Issue
Block a user