Правка предупреждений
This commit is contained in:
@ -11,7 +11,7 @@ namespace myx {
|
||||
|
||||
namespace qt {
|
||||
|
||||
std::array< int, 2 > PosixSignalWatcherPrivate::mSockpair { { 0, 0 } };
|
||||
std::array< int, 2 > PosixSignalWatcherPrivate::mSockpair { { 0, 0 } }; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
|
||||
|
||||
PosixSignalWatcherPrivate::~PosixSignalWatcherPrivate() = default;
|
||||
|
||||
|
Reference in New Issue
Block a user