mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
Inline variable declared in header
This commit is contained in:
parent
d63e0ad78f
commit
9ea48539b4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QtContainerFwd>
|
#include <QtContainerFwd>
|
||||||
|
|
||||||
const int MAX_LOG_MESSAGES = 20000;
|
inline const int MAX_LOG_MESSAGES = 20000;
|
||||||
|
|
||||||
namespace Log
|
namespace Log
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue