From ce1629ccce2fef50a48f21ee99825b090274da8a Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 30 Mar 2020 21:09:18 +0200 Subject: coding style: rename themeInterface to ThemeInterface As per coding style, class names are PascalCase. Signed-off-by: Berthold Stoeger --- subsurface-helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsurface-helper.cpp') 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"); -- cgit v1.2.3-70-g09d2