diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-18 04:53:14 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-18 04:53:14 -0400 |
| commit | b91dbba734f45f1cc1a42f86d9141bb272de0564 (patch) | |
| tree | ec752efd717330e7c8a4e28a32eebc1feef927ba /src/loot.cpp | |
| parent | c47ab23f9593d384a1b5106f79d41228fc8c8f59 (diff) | |
fixed warnings about Q_OBJECT and thousand separators
had to move some classes to header files
Diffstat (limited to 'src/loot.cpp')
| -rw-r--r-- | src/loot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loot.cpp b/src/loot.cpp index 3feb95c9..485afa7a 100644 --- a/src/loot.cpp +++ b/src/loot.cpp @@ -55,7 +55,7 @@ public: } private: - static const std::size_t bufferSize = 50'000; + static const std::size_t bufferSize = 50000; env::HandlePtr m_stdout; env::HandlePtr m_readEvent; |
