Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
888a0853
Commit
888a0853
authored
Apr 14, 2021
by
Xaver Hugl
Browse files
Make DrmObject::Property flags const
parent
ab34fa34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/platforms/drm/drm_object.h
View file @
888a0853
...
...
@@ -152,8 +152,8 @@ protected:
uint64_t
m_value
=
0
;
QVector
<
uint64_t
>
m_enumMap
;
QVector
<
QByteArray
>
m_enumNames
;
bool
m_immutable
=
false
;
bool
m_atomic
;
const
bool
m_immutable
;
const
bool
m_atomic
;
DrmScopedPointer
<
drmModePropertyBlobRes
>
m_blob
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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