Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 11, 2023
1 parent bcbaf0b commit af8af39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avogadro/qtgui/extensionplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class AVOGADROQTGUI_EXPORT ExtensionPlugin : public QObject
/**
* If the extension plugin has script commands, this method
* should be implemented to emit the registerCommand signals.
*/
*/
virtual void registerCommands() {}

public slots:
Expand Down
2 changes: 1 addition & 1 deletion avogadro/qtgui/toolplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class AVOGADROQTGUI_EXPORT ToolPlugin : public QObject
/**
* Called by the app to tell the tool to register commands.
* If the tool has commands, it should emit the registerCommand signals.
*/
*/
virtual void registerCommands() {}

signals:
Expand Down

0 comments on commit af8af39

Please sign in to comment.