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
Plasma
KScreenLocker
Commits
8882e7d5
Commit
8882e7d5
authored
Dec 10, 2020
by
Laurent Montel
Browse files
operator+/- is disabled for QFlags in qt6
parent
a51dcaf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/kscreensaversettings.cpp
View file @
8882e7d5
...
...
@@ -31,8 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
QList
<
QKeySequence
>
KScreenSaverSettings
::
defaultShortcuts
()
{
return
{
Qt
::
META
+
Qt
::
Key_L
,
Qt
::
ALT
+
Qt
::
CTRL
+
Qt
::
Key_L
,
Qt
::
META
|
Qt
::
Key_L
,
Qt
::
ALT
|
Qt
::
CTRL
|
Qt
::
Key_L
,
Qt
::
Key_ScreenSaver
};
}
...
...
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