mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 18:50:43 +00:00
Basic support for building as UWP app
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
void showMessage(QString message, MessageType type) const
|
||||
{
|
||||
#if defined(Q_OS_WIN)
|
||||
#if defined(Q_OS_WIN32)
|
||||
UINT flags = MB_OK | MB_TOPMOST | MB_SETFOREGROUND;
|
||||
flags |= (type == Info ? MB_ICONINFORMATION : MB_ICONERROR);
|
||||
QString title = "Moonlight";
|
||||
|
||||
Reference in New Issue
Block a user