diff --git a/src/plugins/fakevim/fakevimhandler.cpp b/src/plugins/fakevim/fakevimhandler.cpp index 72c68c1654d..a56fad81d51 100644 --- a/src/plugins/fakevim/fakevimhandler.cpp +++ b/src/plugins/fakevim/fakevimhandler.cpp @@ -35,10 +35,17 @@ #include "fakevimconstants.h" +// Please do not add any direct dependencies to other Qt Creator code here. +// Instead emit signals and let the FakeVimPlugin channel the information to +// Qt Creator. The idea is to keep this file here in a "clean" state that +// allows easy reuse with any QTextEdit or QPlainTextEdit derived class. + #include #include #include +//#include + #include #include #include @@ -57,11 +64,6 @@ #include #include -//#include -//#include -//#include - -//#include using namespace FakeVim::Internal; using namespace FakeVim::Constants;