Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
a01af1b4
Commit
a01af1b4
authored
Jun 21, 2021
by
Piyush Aggarwal
🎮
Browse files
systemvolumeplugin: populate sink description with sink name when building with minGW32
parent
d071d034
Pipeline
#66893
passed with stage
in 4 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
plugins/systemvolume/systemvolumeplugin-win.cpp
View file @
a01af1b4
...
...
@@ -295,6 +295,8 @@ bool SystemvolumePlugin::sendSinkList()
deviceProperties
->
GetValue
(
PKEY_Device_DeviceDesc
,
&
deviceProperty
);
desc
=
QString
::
fromWCharArray
(
deviceProperty
.
pwszVal
);
//PropVariantClear(&deviceProperty);
#else
desc
=
name
;
#endif
QJsonObject
sinkObject
;
...
...
Write
Preview
Supports
Markdown
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