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
Network
KDE Connect
Commits
1204da79
Commit
1204da79
authored
Aug 18, 2020
by
Piyush Aggarwal
🎮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing header to fix build with MSVC 14.27
parent
87db95b2
Pipeline
#30965
passed with stage
in 5 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
plugins/mpriscontrol/mpriscontrolplugin-win.h
plugins/mpriscontrol/mpriscontrolplugin-win.h
+2
-1
No files found.
plugins/mpriscontrol/mpriscontrolplugin-win.h
View file @
1204da79
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
#include <winrt/Windows.Media.Control.h>
#include <winrt/Windows.Media.Control.h>
#include <winrt/Windows.Storage.Streams.h>
#include <winrt/Windows.Storage.Streams.h>
#include <winrt/Windows.Foundation.Collections.h>
using
namespace
winrt
;
using
namespace
winrt
;
using
namespace
Windows
::
Media
::
Control
;
using
namespace
Windows
::
Media
::
Control
;
...
@@ -37,7 +38,7 @@ class Q_DECL_EXPORT MprisControlPlugin
...
@@ -37,7 +38,7 @@ class Q_DECL_EXPORT MprisControlPlugin
private:
private:
std
::
optional
<
GlobalSystemMediaTransportControlsSessionManager
>
sessionManager
;
std
::
optional
<
GlobalSystemMediaTransportControlsSessionManager
>
sessionManager
;
QHash
<
QString
,
GlobalSystemMediaTransportControlsSession
>
playerList
;
QHash
<
QString
,
GlobalSystemMediaTransportControlsSession
>
playerList
;
std
::
vector
<
GlobalSystemMediaTransportControlsSession
::
PlaybackInfoChanged_revoker
>
playbackInfoChangedHandlers
;
std
::
vector
<
GlobalSystemMediaTransportControlsSession
::
PlaybackInfoChanged_revoker
>
playbackInfoChangedHandlers
;
std
::
vector
<
GlobalSystemMediaTransportControlsSession
::
MediaPropertiesChanged_revoker
>
mediaPropertiesChangedHandlers
;
std
::
vector
<
GlobalSystemMediaTransportControlsSession
::
MediaPropertiesChanged_revoker
>
mediaPropertiesChangedHandlers
;
std
::
vector
<
GlobalSystemMediaTransportControlsSession
::
TimelinePropertiesChanged_revoker
>
timelinePropertiesChangedHandlers
;
std
::
vector
<
GlobalSystemMediaTransportControlsSession
::
TimelinePropertiesChanged_revoker
>
timelinePropertiesChangedHandlers
;
...
...
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