Browse Source

Inline variable declared in header

adaptive-webui-19844
Chocobo1 1 year ago
parent
commit
9ea48539b4
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/logger.h

2
src/base/logger.h

@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
#include <QString>
#include <QtContainerFwd>
const int MAX_LOG_MESSAGES = 20000;
inline const int MAX_LOG_MESSAGES = 20000;
namespace Log
{

Loading…
Cancel
Save