7 lines
94 B
C++
7 lines
94 B
C++
|
#include "thememanager.h"
|
||
|
|
||
|
ThemeManager::ThemeManager(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|