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
libkscreen
Commits
cad5bd70
Commit
cad5bd70
authored
Oct 21, 2020
by
Laurent Montel
Browse files
Remove not implemented method
parent
7bd76ec2
Changes
5
Hide whitespace changes
Inline
Side-by-side
backends/kwayland/waylandoutput.h
View file @
cad5bd70
...
...
@@ -69,7 +69,6 @@ Q_SIGNALS:
void
changed
();
private:
void
showOutput
();
QString
modeName
(
const
KWayland
::
Client
::
OutputDevice
::
Mode
&
m
)
const
;
quint32
m_id
;
...
...
backends/kwayland/waylandscreen.h
View file @
cad5bd70
...
...
@@ -41,7 +41,6 @@ public:
void
updateKScreenScreen
(
KScreen
::
ScreenPtr
&
screen
)
const
;
void
setOutputs
(
const
QList
<
WaylandOutput
*>
&
outputs
);
void
setSize
(
const
QSize
&
size
);
void
setOutputCount
(
int
count
);
private:
...
...
backends/qscreen/qscreenoutput.h
View file @
cad5bd70
...
...
@@ -47,7 +47,6 @@ public:
const
QScreen
*
qscreen
()
const
;
private:
void
updateFromQScreen
(
const
QScreen
*
qscreen
);
const
QScreen
*
m_qscreen
;
int
m_id
;
};
...
...
src/doctor/doctor.h
View file @
cad5bd70
...
...
@@ -65,7 +65,6 @@ private:
//static QString modeString(KWayland::Server::OutputDeviceInterface* outputdevice, int mid);
void
applyConfig
();
void
parsePositionalArgs
();
int
parseInt
(
const
QString
&
str
,
bool
&
ok
)
const
;
KScreen
::
ConfigPtr
m_config
;
QCommandLineParser
*
m_parser
;
bool
m_changed
;
...
...
tests/kwayland/waylandtestserver.h
View file @
cad5bd70
...
...
@@ -49,7 +49,6 @@ public:
void
setConfig
(
const
QString
&
configfile
);
void
start
();
void
stop
();
void
pickupConfigFile
(
const
QString
&
configfile
);
void
showOutputs
();
KWayland
::
Server
::
Display
*
display
();
...
...
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