coding style: rename themeInterface to ThemeInterface

As per coding style, class names are PascalCase.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-03-30 21:09:18 +02:00 committed by Dirk Hohndel
parent 1702747459
commit ce1629ccce
3 changed files with 11 additions and 11 deletions

View file

@ -199,7 +199,7 @@ void register_qml_types(QQmlEngine *engine)
// Register qml interface classes
QMLInterface::setup(ct);
themeInterface::instance()->setup(ct);
ThemeInterface::instance()->setup(ct);
}
REGISTER_TYPE(QMLManager, "QMLManager");