aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2012-07-20 19:42:38 +0400
committerEike Ziller <eike.ziller@nokia.com>2012-07-24 16:36:13 +0200
commit3fc4511fdf70b3298a261e15c84d450ab83b528c (patch)
tree258f3a8463fbc3fb7b6d5c539774709a9a23fa67 /src/plugins/resourceeditor/resourceeditorw.h
parenta628fdb6a587278d270fdc223d4bcf4ba43909a3 (diff)
Use plain QrcEditor* instead of QPointer
Change-Id: Ie8529d0daf1573130212be7c0acfd42f7627a092 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index 38b47b76dd..1342d09fc3 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -34,8 +34,6 @@
#include <coreplugin/idocument.h>
#include <coreplugin/editormanager/ieditor.h>
-#include <QPointer>
-
QT_BEGIN_NAMESPACE
class QMenu;
class QToolBar;
@@ -113,7 +111,7 @@ private:
const QString m_fileFilter;
QString m_displayName;
QString m_suggestedName;
- QPointer<QrcEditor> m_resourceEditor;
+ QrcEditor *m_resourceEditor;
ResourceEditorDocument *m_resourceDocument;
ResourceEditorPlugin *m_plugin;
bool m_shouldAutoSave;