Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
4e15b1ca
Commit
4e15b1ca
authored
Mar 05, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a space at the end of the question, so that the answer is separated:
before: [Y/n]y now: [Y/n] y
parent
27e0703e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
queueoperation.cpp
queueoperation.cpp
+1
-1
No files found.
queueoperation.cpp
View file @
4e15b1ca
...
...
@@ -329,7 +329,7 @@ void QueueOperation::validationFinished(bool valid)
out
<<
QObject
::
tr
(
"Freed size after transaction: %1"
).
arg
(
Akabei
::
Helpers
::
formatByteSize
(
installSize
*
(
-
1
)))
<<
endl
;
}
out
<<
QObject
::
tr
(
"Continue with processing? [Y/n]"
);
out
<<
QObject
::
tr
(
"Continue with processing? [Y/n]
"
);
out
.
flush
();
if
(
!
m_options
.
contains
(
APM
::
NoConfirm
))
{
std
::
string
input
;
...
...
Write
Preview
Markdown
is supported
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