forked from qt-creator/qt-creator
BinEditor: remove unused members
stale include and unimplemented member function Change-Id: I4af50dc4d5f7b397a9d5dda7947c61dd950b375c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -464,7 +464,7 @@ IEditor *BinEditorFactory::createEditor()
|
||||
|
||||
///////////////////////////////// BinEditorPlugin //////////////////////////////////
|
||||
|
||||
BinEditorPlugin::BinEditorPlugin() : m_factory(0)
|
||||
BinEditorPlugin::BinEditorPlugin()
|
||||
{
|
||||
m_undoAction = m_redoAction = m_copyAction = m_selectAllAction = 0;
|
||||
}
|
||||
|
@@ -35,7 +35,6 @@
|
||||
#include <coreplugin/editormanager/ieditorfactory.h>
|
||||
#include <coreplugin/icontext.h>
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <QPointer>
|
||||
#include <QStringList>
|
||||
#include <QAction>
|
||||
@@ -80,10 +79,6 @@ private:
|
||||
QAction *m_copyAction;
|
||||
QAction *m_selectAllAction;
|
||||
|
||||
friend class BinEditorFactory;
|
||||
Core::IEditor *createEditor(QWidget *parent);
|
||||
|
||||
BinEditorFactory *m_factory;
|
||||
QPointer<BinEditorWidget> m_currentEditor;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user