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
4ea7f345
Commit
4ea7f345
authored
Sep 10, 2015
by
Martin Flöser
Browse files
[server] Less warnings please
parent
71fd67cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/slide_interface.cpp
View file @
4ea7f345
...
...
@@ -96,6 +96,9 @@ void SlideManagerInterface::Private::createSlide(wl_client *client, wl_resource
void
SlideManagerInterface
::
Private
::
unsetCallback
(
wl_client
*
client
,
wl_resource
*
resource
,
wl_resource
*
surface
)
{
Q_UNUSED
(
client
)
Q_UNUSED
(
resource
)
Q_UNUSED
(
surface
)
// TODO: implement
}
...
...
@@ -180,12 +183,15 @@ void SlideInterface::Private::setLocationCallback(wl_client *client, wl_resource
void
SlideInterface
::
Private
::
setOffsetCallback
(
wl_client
*
client
,
wl_resource
*
resource
,
int32_t
offset
)
{
Q_UNUSED
(
client
)
Private
*
p
=
cast
<
Private
>
(
resource
);
p
->
pendingOffset
=
offset
;
}
void
SlideInterface
::
Private
::
releaseCallback
(
wl_client
*
client
,
wl_resource
*
resource
)
{
Q_UNUSED
(
client
)
Q_UNUSED
(
resource
)
// TODO: implement
}
...
...
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