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:
@@ -35,12 +35,10 @@
|
||||
|
||||
#include "core_global.h"
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
|
||||
#include <utils/styledbar.h>
|
||||
|
||||
namespace Core {
|
||||
class IEditor;
|
||||
class IEditor;
|
||||
|
||||
struct EditorToolBarPrivate;
|
||||
|
||||
@@ -104,7 +102,7 @@ private:
|
||||
void updateToolBar(QWidget *toolBar);
|
||||
IEditor *currentEditor() const;
|
||||
|
||||
QScopedPointer<EditorToolBarPrivate> d;
|
||||
EditorToolBarPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user