Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
883a7ffd
Commit
883a7ffd
authored
Apr 14, 2009
by
hjk
Browse files
fakevim: fix the "Quit FakeVim" handler
parent
254aa303
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimplugin.cpp
View file @
883a7ffd
...
...
@@ -543,7 +543,7 @@ void FakeVimPluginPrivate::indentRegion(int *amount, int beginLine, int endLine,
void
FakeVimPluginPrivate
::
quitFakeVim
()
{
setUseFakeVim
(
false
);
theFakeVimSetting
(
ConfigUseFakeVim
)
->
setValue
(
false
);
}
void
FakeVimPluginPrivate
::
showCommandBuffer
(
const
QString
&
contents
)
...
...
tests/manual/gdbdebugger/simple/plugin.cpp
View file @
883a7ffd
...
...
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <qglobal.h>
extern
"C"
Q_DECL_EXPORT
int
pluginTest
()
{
int
s
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment