mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
8 lines
95 B
C++
8 lines
95 B
C++
|
#include "FluColorSet.h"
|
||
|
|
||
|
FluColorSet::FluColorSet(QObject *parent)
|
||
|
: QObject{parent}
|
||
|
{
|
||
|
|
||
|
}
|