Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
KWin
Commits
1b31f527
Commit
1b31f527
authored
Dec 09, 2020
by
Vlad Zahorodnii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document Platform::{outputAdded,outputRemoved} signals
parent
0ddc3607
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
platform.h
platform.h
+7
-0
No files found.
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
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