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
f8bc3e65
Commit
f8bc3e65
authored
Nov 19, 2014
by
Martin Flöser
Browse files
Drop incorrect Q_UNUSED
parent
b243eea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/datadevicemanager_interface.cpp
View file @
f8bc3e65
...
...
@@ -87,9 +87,6 @@ void DataDeviceManagerInterface::Private::createDataSourceCallback(wl_client *cl
void
DataDeviceManagerInterface
::
Private
::
createDataSource
(
wl_client
*
client
,
wl_resource
*
resource
,
uint32_t
id
)
{
Q_UNUSED
(
client
)
Q_UNUSED
(
resource
)
Q_UNUSED
(
id
)
DataSourceInterface
*
dataSource
=
new
DataSourceInterface
(
q
);
dataSource
->
create
(
display
->
getConnection
(
client
),
wl_resource_get_version
(
resource
),
id
);
if
(
!
dataSource
->
resource
())
{
...
...
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