5 lines
90 B
C++
5 lines
90 B
C++
|
#include "AccentColor.h"
|
||
|
|
||
|
AccentColor::AccentColor(QObject *parent) : QObject{parent} {
|
||
|
}
|