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
Libraries
KPublicTransport
Commits
fc8d0109
Commit
fc8d0109
authored
Dec 18, 2021
by
Volker Krause
Browse files
Make isBackendEnabled() accessible from QML
parent
d637be4e
Pipeline
#111801
passed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/manager.h
View file @
fc8d0109
...
...
@@ -98,7 +98,7 @@ public:
const
std
::
vector
<
Backend
>&
backends
()
const
;
/** Returns whether the use of the backend with a given identifier is enabled. */
bool
isBackendEnabled
(
const
QString
&
backendId
)
const
;
Q_INVOKABLE
bool
isBackendEnabled
(
const
QString
&
backendId
)
const
;
/** Sets whether the backend with the given identifier should be used.
* @note If allowInsecureBackends() is @c false, this has precedence.
*/
...
...
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