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
bd118a98
Commit
bd118a98
authored
Jan 09, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix
parent
f87ada19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
queryoperation.cpp
queryoperation.cpp
+1
-1
No files found.
queryoperation.cpp
View file @
bd118a98
...
...
@@ -366,7 +366,7 @@ void QueryOperation::showOwner(const QStringList &queries)
foreach
(
const
QString
&
query
,
queries
)
{
QString
cleaned
=
QFileInfo
(
query
).
canonicalFilePath
();
if
(
cleaned
.
isEmpty
())
{
err
<<
Akabei
::
errorPrefix
<<
QObject
::
tr
(
"File does not exist
s
: %1"
).
arg
(
query
)
<<
endl
;
err
<<
Akabei
::
errorPrefix
<<
QObject
::
tr
(
"File does not exist: %1"
).
arg
(
query
)
<<
endl
;
err
.
flush
();
nextOperation
();
return
;
...
...
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