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
libkscreen
Commits
cad5bd70
Commit
cad5bd70
authored
Oct 21, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove not implemented method
parent
7bd76ec2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
backends/kwayland/waylandoutput.h
backends/kwayland/waylandoutput.h
+0
-1
backends/kwayland/waylandscreen.h
backends/kwayland/waylandscreen.h
+0
-1
backends/qscreen/qscreenoutput.h
backends/qscreen/qscreenoutput.h
+0
-1
src/doctor/doctor.h
src/doctor/doctor.h
+0
-1
tests/kwayland/waylandtestserver.h
tests/kwayland/waylandtestserver.h
+0
-1
No files found.
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
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