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
94201cba
Commit
94201cba
authored
Dec 09, 2020
by
Vlad Zahorodnii
Browse files
Remove unused signal in Platform
parent
3cdc97a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
platform.h
View file @
94201cba
...
...
@@ -498,10 +498,6 @@ Q_SIGNALS:
void
screensQueried
();
void
initFailed
();
void
readyChanged
(
bool
);
/**
* Emitted by backends using a one screen (nested window) approach and when the size of that changes.
*/
void
screenSizeChanged
();
void
outputAdded
(
AbstractOutput
*
output
);
void
outputRemoved
(
AbstractOutput
*
output
);
...
...
plugins/platforms/x11/windowed/x11windowed_backend.cpp
View file @
94201cba
...
...
@@ -45,7 +45,6 @@ X11WindowedBackend::X11WindowedBackend(QObject *parent)
{
setSupportsPointerWarping
(
true
);
setPerScreenRenderingEnabled
(
true
);
connect
(
this
,
&
X11WindowedBackend
::
sizeChanged
,
this
,
&
X11WindowedBackend
::
screenSizeChanged
);
}
X11WindowedBackend
::~
X11WindowedBackend
()
...
...
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