Skip to content
GitLab
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
b2937757
Commit
b2937757
authored
Apr 28, 2010
by
hjk
Browse files
fakevim: revert accidentally commited test code
parent
647e7eff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
b2937757
...
...
@@ -726,7 +726,7 @@ FakeVimHandler::Private::Private(FakeVimHandler *parent, QWidget *widget)
q
=
parent
;
m_textedit
=
qobject_cast
<
QTextEdit
*>
(
widget
);
m_plaintextedit
=
qobject_cast
<
QPlainTextEdit
*>
(
widget
);
new
Highlighter
(
EDITOR
(
document
()),
&
pythonRules
);
//
new Highlighter(EDITOR(document()), &pythonRules);
init
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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