2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-05 06:00:55 +00:00
GlosSI-fork/GloSC/UWPPair.h

9 lines
89 B
C
Raw Normal View History

2016-11-18 00:22:07 +00:00
#pragma once
#include <QString>
struct UWPPair
{
QString AppName;
QString AppUMId;
};