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
28f6de61
Commit
28f6de61
authored
May 04, 2010
by
Robert Loehning
Browse files
Fakevim: Using existing object
parent
e6497f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
28f6de61
...
...
@@ -3038,7 +3038,7 @@ bool FakeVimHandler::Private::handleExBangCommand(const QString &line) // :!
QString
command
=
cmd
.
mid
(
1
).
trimmed
();
QString
text
=
selectedText
();
QProcess
proc
;
proc
.
start
(
c
md
.
mid
(
1
)
);
proc
.
start
(
c
ommand
);
proc
.
waitForStarted
();
proc
.
write
(
text
.
toUtf8
());
proc
.
closeWriteChannel
();
...
...
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