update apidox for single query mode
svn path=/trunk/KDE/kdelibs/; revision=1069037
This commit is contained in:
parent
039cb40aa1
commit
643076efa0
@ -54,8 +54,8 @@ class AbstractRunnerPrivate;
|
||||
* Be aware that runners have to be thread-safe. This is due to the fact that
|
||||
* each runner is executed in its own thread for each new term. Thus, a runner
|
||||
* may be executed more than once at the same time. See match() for details.
|
||||
* To let krunner expose the runner for single runner query mode, the runner
|
||||
* must set the "SingleRunnerQueryMode" key to true in the .desktop file
|
||||
* To let krunner expose a global shortcut for the single runner query mode, the runner
|
||||
* must set the "X-Plasma-AdvertiseSingleRunnerMode" key to true in the .desktop file
|
||||
* and set a default syntax. See setDefaultSyntax() for details.
|
||||
*
|
||||
*/
|
||||
@ -403,7 +403,7 @@ class PLASMA_EXPORT AbstractRunner : public QObject
|
||||
* is no need to add it using addSyntax.
|
||||
* Note that there can be only one default syntax; if called more than once, the last
|
||||
* call will determine the default syntax.
|
||||
* A default syntax (even trivial) is required to enable single runner mode
|
||||
* A default syntax (even trivial) is required to advertise single runner mode
|
||||
*
|
||||
* @param syntax the syntax to register and to set as default
|
||||
* @since 4.4
|
||||
|
Loading…
Reference in New Issue
Block a user