summaryrefslogtreecommitdiff
path: root/src/envfs.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-18 04:54:10 -0400
committerGitHub <noreply@github.com>2020-04-18 04:54:10 -0400
commita2f550ee339bb8feabd64791df3c80b9ab18c2be (patch)
treeec752efd717330e7c8a4e28a32eebc1feef927ba /src/envfs.cpp
parentc47ab23f9593d384a1b5106f79d41228fc8c8f59 (diff)
parentb91dbba734f45f1cc1a42f86d9141bb272de0564 (diff)
Merge pull request #1057 from isanae/warning-fixes
Fixed warnings about Q_OBJECT and thousand separators
Diffstat (limited to 'src/envfs.cpp')
-rw-r--r--src/envfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/envfs.cpp b/src/envfs.cpp
index 4aaef082..721f561a 100644
--- a/src/envfs.cpp
+++ b/src/envfs.cpp
@@ -158,7 +158,7 @@ public:
HandleCloserThread()
: m_ready(false)
{
- m_handles.reserve(50'000);
+ m_handles.reserve(50000);
}
void shrink()