Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenD98 committed Sep 24, 2024
1 parent d05d013 commit 7020594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pluginmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class PluginManager : public QObject

private slots:
void handleWarnings( const QList<QQmlError> &warnings );
void callPluginMethod( const QString &uuid, const QString &slotName );
void callPluginMethod( const QString &uuid, const QString &methodName );

private:
QQmlEngine *mEngine = nullptr;
Expand Down

0 comments on commit 7020594

Please sign in to comment.