diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-28 12:49:36 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-08-28 12:49:36 +0300 |
commit | 3a2a0bc19c38de842083972e0cefbaa8a3f7d1fa (patch) | |
tree | 937b809a80719d58b4be58687faf71eec106d6ba /singleapplication.cpp | |
parent | Merge pull request #151 from itay-grudev/v3.3.4-changelog (diff) | |
download | singleapplication-rekonq.tar.xz |
Fix compiler warningsrekonq
Diffstat (limited to 'singleapplication.cpp')
-rw-r--r-- | singleapplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) ) { |