forked from qt-creator/qt-creator
Replace SSH library.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include "modemanager.h"
|
||||
#include "fileiconprovider.h"
|
||||
#include "designmode.h"
|
||||
#include "ssh/ne7sshobject.h"
|
||||
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
|
||||
@@ -89,7 +88,6 @@ bool CorePlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
|
||||
m_designMode = new DesignMode(editorManager);
|
||||
addObject(m_designMode);
|
||||
Ne7SshObject::instance();
|
||||
}
|
||||
return success;
|
||||
}
|
||||
@@ -113,7 +111,6 @@ void CorePlugin::fileOpenRequest(const QString &f)
|
||||
void CorePlugin::aboutToShutdown()
|
||||
{
|
||||
m_mainWindow->aboutToShutdown();
|
||||
Ne7SshObject::removeInstance();
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN(CorePlugin)
|
||||
|
||||
Reference in New Issue
Block a user