diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-03-30 21:09:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-30 13:54:12 -0700 |
commit | ce1629ccce2fef50a48f21ee99825b090274da8a (patch) | |
tree | effac541331785e1e8a2acc29e31353b836c597b /subsurface-helper.cpp | |
parent | 17027474593903792060f88a2522a05c3228558c (diff) | |
download | subsurface-ce1629ccce2fef50a48f21ee99825b090274da8a.tar.gz |
coding style: rename themeInterface to ThemeInterface
As per coding style, class names are PascalCase.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r-- | subsurface-helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp index 01637679a..eb3bcc27a 100644 --- a/subsurface-helper.cpp +++ b/subsurface-helper.cpp @@ -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"); |