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
Utilities
Konsole
Commits
23a34007
Commit
23a34007
authored
Jan 26, 2022
by
chance chang
Committed by
chance chang
Jan 26, 2022
Browse files
I found a pointer problem when compiling a low version, please fix it.
parent
34fdfb48
Pipeline
#128919
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/filterHotSpots/FileFilterHotspot.cpp
View file @
23a34007
...
...
@@ -191,7 +191,7 @@ QList<QAction *> FileFilterHotSpot::setupMenu(QMenu *menu)
_menuActions
->
setParent
(
this
);
_menuActions
->
setItemListProperties
(
itemProperties
);
#if KIO_VERSION < QT_VERSION_CHECK(5, 82, 0)
_menuActions
.
addOpenWithActionsTo
(
menu
);
_menuActions
->
addOpenWithActionsTo
(
menu
);
// Here we added the actions to the last part of the menu, but we need to move them up.
// TODO: As soon as addOpenWithActionsTo accepts a index, change this.
...
...
chance chang
@chance
mentioned in commit
cad0b677
·
Jan 26, 2022
mentioned in commit
cad0b677
mentioned in commit cad0b677a6911cb2379957c9ac1bc9e2e89860b8
Toggle commit list
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