forked from qt-creator/qt-creator
fix warnings
This commit is contained in:
@@ -188,6 +188,7 @@ void FakeVimPlugin::installHandler(QWidget *widget)
|
|||||||
|
|
||||||
void FakeVimPlugin::removeHandler(QWidget *widget)
|
void FakeVimPlugin::removeHandler(QWidget *widget)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(widget);
|
||||||
//m_handler->removeWidget(widget);
|
//m_handler->removeWidget(widget);
|
||||||
Core::EditorManager::instance()->hideEditorInfoBar(
|
Core::EditorManager::instance()->hideEditorInfoBar(
|
||||||
QLatin1String(Constants::MINI_BUFFER));
|
QLatin1String(Constants::MINI_BUFFER));
|
||||||
@@ -195,6 +196,7 @@ void FakeVimPlugin::removeHandler(QWidget *widget)
|
|||||||
|
|
||||||
void FakeVimPlugin::editorOpened(Core::IEditor *editor)
|
void FakeVimPlugin::editorOpened(Core::IEditor *editor)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(editor);
|
||||||
//qDebug() << "OPENING: " << editor << editor->widget();
|
//qDebug() << "OPENING: " << editor << editor->widget();
|
||||||
//installHandler(editor->widget());
|
//installHandler(editor->widget());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user