Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
KPMCore
Commits
fb1708b9
Commit
fb1708b9
authored
Feb 15, 2022
by
Andrius Štikonas
Browse files
Fix a typo in definition of MiB constant.
parent
94c1ff71
Pipeline
#137951
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/util/externalcommandhelper.h
View file @
fb1708b9
...
...
@@ -21,7 +21,7 @@
#include
<QString>
class
QDBusServiceWatcher
;
constexpr
qint64
MiB
=
1
<<
3
0
;
constexpr
qint64
MiB
=
1
<<
2
0
;
class
ExternalCommandHelper
:
public
QObject
,
public
QDBusContext
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment