Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Cantor
Commits
70fd326c
Commit
70fd326c
authored
Sep 16, 2019
by
Yuri Chornoivan
Browse files
Fix minor typos
parent
c9bdd52c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/backend.h
View file @
70fd326c
...
...
@@ -211,9 +211,9 @@ class CANTOR_EXPORT Backend : public QObject, public KXMLGUIClient
static
Backend
*
getBackend
(
const
QString
&
name
);
/**
* @return @c true if all the requirements (the path is correct, the file is executable, etc.) are ful
l
filled
* @return @c true if all the requirements (the path is correct, the file is executable, etc.) are fulfilled
* for the backend @c Name with the path to the executable @c path and false otherwise.
* In case the requrements are not ful
l
filled, the reason is written to @c reason.
* In case the requrements are not fulfilled, the reason is written to @c reason.
*/
static
bool
checkExecutable
(
const
QString
&
name
,
const
QString
&
path
,
QString
*
reason
);
...
...
Write
Preview
Supports
Markdown
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