summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimhandler.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-05-29 08:34:06 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-06-01 07:57:57 +1000
commitef4d2c301a96843c0fc6f178eb0e75dbdfd91456 (patch)
tree57ad8d51bc2be32997f7df8ba277e69f67a0081e /src/plugins/fakevim/fakevimhandler.h
parent8fa417bdd78eb69c0fb61eec16322760db9a45e8 (diff)
downloadqt-creator-ef4d2c301a96843c0fc6f178eb0e75dbdfd91456.tar.gz
Add :q/:w/:x commands that are normally expected in vi's
Common things like :wq, :x, and :qa didn't work - now they do.
Diffstat (limited to 'src/plugins/fakevim/fakevimhandler.h')
-rw-r--r--src/plugins/fakevim/fakevimhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fakevim/fakevimhandler.h b/src/plugins/fakevim/fakevimhandler.h
index 61e9ed097d..c1f859657a 100644
--- a/src/plugins/fakevim/fakevimhandler.h
+++ b/src/plugins/fakevim/fakevimhandler.h
@@ -66,6 +66,7 @@ signals:
void statusDataChanged(const QString &msg);
void extraInformationChanged(const QString &msg);
void quitRequested(bool force);
+ void quitAllRequested(bool force);
void selectionChanged(const QList<QTextEdit::ExtraSelection> &selection);
void writeFileRequested(bool *handled,
const QString &fileName, const QString &contents);