RedPanda-CPP/RedPandaIDE/thememanager.cpp

7 lines
94 B
C++
Raw Normal View History

2021-10-15 13:49:28 +08:00
#include "thememanager.h"
ThemeManager::ThemeManager(QObject *parent) : QObject(parent)
{
}