Skip to content

Commit

Permalink
remove: obsolete variable
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Nov 1, 2024
1 parent dcd90f6 commit a50c68e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/scriptingservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ void ScriptingService::initComponent(const Script &script) {
QList<QVariant> ScriptingService::registerSettingsVariables(QObject *object, const Script &script) {
// registerSettingsVariables will override the settingsVariables property
if (methodExistsForObject(object, QStringLiteral("registerSettingsVariables()"))) {
QVariant variables;
QMetaObject::invokeMethod(object, "registerSettingsVariables");
}

Expand Down

0 comments on commit a50c68e

Please sign in to comment.