mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-03 09:40:18 +00:00
9 lines
89 B
C
9 lines
89 B
C
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
struct UWPPair
|
|
{
|
|
QString AppName;
|
|
QString AppUMId;
|
|
}; |