forked from qt-creator/qt-creator
fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h}
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
|
||||
#include "fakevimplugin.h"
|
||||
|
||||
#include "handler.h"
|
||||
#include "fakevimconstants.h"
|
||||
#include "fakevimhandler.h"
|
||||
|
||||
#include <coreplugin/actionmanager/actionmanagerinterface.h>
|
||||
#include <coreplugin/coreconstants.h>
|
||||
@@ -181,7 +182,7 @@ void FakeVimPlugin::showExtraInformation(const QString &text)
|
||||
QMessageBox::information(0, tr("FakeVim Information"), text);
|
||||
}
|
||||
|
||||
void FakeVimPlugin::initializeConfiguaration(QHash<QString, QString> *config)
|
||||
void FakeVimPlugin::initializeConfiguration(QHash<QString, QString> *config)
|
||||
{
|
||||
qDebug() << "INIT CONFIG";
|
||||
//set shiftwidth=4
|
||||
|
||||
Reference in New Issue
Block a user