From 3a2a0bc19c38de842083972e0cefbaa8a3f7d1fa Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 28 Aug 2022 12:49:36 +0300 Subject: Fix compiler warnings --- singleapplication.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'singleapplication.cpp') diff --git a/singleapplication.cpp b/singleapplication.cpp index 09e264e..564ff05 100644 --- a/singleapplication.cpp +++ b/singleapplication.cpp @@ -36,6 +36,7 @@ * @param options Optional flags to toggle specific behaviour * @param timeout Maximum time blocking functions are allowed during app load */ +// NOLINTNEXTLINE(modernize-avoid-c-arrays) SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSecondary, Options options, int timeout, const QString &userData ) : app_t( argc, argv ), d_ptr( new SingleApplicationPrivate( this ) ) { -- cgit v1.2.1