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