1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-04-09 10:01:30 +08:00
FluentUI/src/FluColorSet.cpp
2023-03-06 12:09:06 +08:00

8 lines
95 B
C++

#include "FluColorSet.h"
FluColorSet::FluColorSet(QObject *parent)
: QObject{parent}
{
}