winrt: fix compiler warning on Windows Phone
qwinrtscreen(1010): 'd': local variable is initialized but not referenced Change-Id: Ic21a9bc087d8418ad9f01b263677438a4db8f493 Reviewed-by: Andrew Knight <andrew.knight@digia.com>
This commit is contained in:
parent
541b387c10
commit
fbc4bce710
@ -1007,8 +1007,8 @@ HRESULT QWinRTScreen::onPointerUpdated(ICoreWindow *, IPointerEventArgs *args)
|
|||||||
|
|
||||||
HRESULT QWinRTScreen::onAutomationProviderRequested(ICoreWindow *, IAutomationProviderRequestedEventArgs *args)
|
HRESULT QWinRTScreen::onAutomationProviderRequested(ICoreWindow *, IAutomationProviderRequestedEventArgs *args)
|
||||||
{
|
{
|
||||||
Q_D(const QWinRTScreen);
|
|
||||||
#ifndef Q_OS_WINPHONE
|
#ifndef Q_OS_WINPHONE
|
||||||
|
Q_D(const QWinRTScreen);
|
||||||
args->put_AutomationProvider(d->inputContext.Get());
|
args->put_AutomationProvider(d->inputContext.Get());
|
||||||
#else
|
#else
|
||||||
Q_UNUSED(args)
|
Q_UNUSED(args)
|
||||||
|
Loading…
Reference in New Issue
Block a user