From af8af39411936753df77b38183c8160eb67facdf Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Mon, 11 Sep 2023 18:42:28 -0400 Subject: [PATCH] Fix formatting Signed-off-by: Geoff Hutchison --- avogadro/qtgui/extensionplugin.h | 2 +- avogadro/qtgui/toolplugin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avogadro/qtgui/extensionplugin.h b/avogadro/qtgui/extensionplugin.h index 72c3e82fa8..edf86b231a 100644 --- a/avogadro/qtgui/extensionplugin.h +++ b/avogadro/qtgui/extensionplugin.h @@ -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: diff --git a/avogadro/qtgui/toolplugin.h b/avogadro/qtgui/toolplugin.h index 5bf161c1a6..a730a345a8 100644 --- a/avogadro/qtgui/toolplugin.h +++ b/avogadro/qtgui/toolplugin.h @@ -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: