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
Tobias Hunger
qt-creator
Commits
3f03f1a6
Commit
3f03f1a6
authored
Mar 30, 2010
by
hjk
Browse files
fakevim: disable test code
parent
c3afba0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
3f03f1a6
...
...
@@ -313,8 +313,8 @@ public:
void
test
()
{
insert
(
Inputs
()
<<
Input
(
'A'
)
<<
Input
(
'A'
),
Inputs
()
<<
Input
(
'x'
)
<<
Input
(
'x'
));
//
insert(Inputs() << Input('A') << Input('A'),
//
Inputs() << Input('x') << Input('x'));
}
void
insert
(
const
Inputs
&
from
,
const
Inputs
&
to
)
...
...
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