Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
1b31f527
Commit
1b31f527
authored
Dec 09, 2020
by
Vlad Zahorodnii
Browse files
Document Platform::{outputAdded,outputRemoved} signals
parent
0ddc3607
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform.h
View file @
1b31f527
...
...
@@ -498,7 +498,14 @@ Q_SIGNALS:
void
screensQueried
();
void
initFailed
();
void
readyChanged
(
bool
);
/**
* This signal is emitted when an output has been connected. The @a output is not ready
* for compositing yet.
*/
void
outputAdded
(
AbstractOutput
*
output
);
/**
* This signal is emitted when an output has been disconnected.
*/
void
outputRemoved
(
AbstractOutput
*
output
);
protected:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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