summaryrefslogtreecommitdiff
path: root/src/envfs.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-18 04:53:14 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-18 04:53:14 -0400
commitb91dbba734f45f1cc1a42f86d9141bb272de0564 (patch)
treeec752efd717330e7c8a4e28a32eebc1feef927ba /src/envfs.cpp
parentc47ab23f9593d384a1b5106f79d41228fc8c8f59 (diff)
fixed warnings about Q_OBJECT and thousand separators
had to move some classes to header files
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()