diff options
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index 55343030..38ad7477 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -23,6 +23,7 @@ // --------------------------------------------------------------------------------------------------------------- // Ctor and Dtor +// NOLINTNEXTLINE(modernize-avoid-c-arrays) Application::Application(int &argc, char *argv[]) : SingleApplication(argc, argv, true) { // constructor needs to allow secondary instances (allowSecondary = true) |