App: Apply clang format (part 3)

This commit is contained in:
wmayer
2024-11-28 23:03:39 +01:00
committed by wwmayer
parent 3cec8114b5
commit 4e4bcd5ce7
6 changed files with 50 additions and 45 deletions

View File

@@ -78,7 +78,6 @@ class AppExport Application
{
public:
//---------------------------------------------------------------------
// exported functions go here +++++++++++++++++++++++++++++++++++++++++
//---------------------------------------------------------------------
@@ -205,6 +204,8 @@ public:
void closeActiveTransaction(bool abort=false, int id=0);
//@}
// NOLINTBEGIN
// clang-format off
/** @name Signals of the Application */
//@{
/// signal on new Document
@@ -311,7 +312,9 @@ public:
boost::signals2::signal<void (const App::ExtensionContainer&, std::string extension)> signalBeforeAddingDynamicExtension;
/// signal after the extension was added
boost::signals2::signal<void (const App::ExtensionContainer&, std::string extension)> signalAddedDynamicExtension;
//@}
//@}
// clang-format off
// NOLINTEND
/** @name methods for parameter handling */