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
PIM
Akonadi Console
Commits
267e0354
Commit
267e0354
authored
Dec 08, 2020
by
Laurent Montel
😁
Browse files
operator+/- is disabled for QFlags in qt6
parent
2b79bb02
Pipeline
#43381
passed with stage
in 13 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dbconsole.cpp
View file @
267e0354
...
...
@@ -91,7 +91,7 @@ DbConsoleTab::DbConsoleTab(int index, QWidget *parent)
ui
.
resultView
->
addAction
(
copyAction
);
ui
.
execButton
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"application-x-executable"
)));
ui
.
execButton
->
setShortcut
(
Qt
::
CTRL
+
Qt
::
Key_Return
);
ui
.
execButton
->
setShortcut
(
Qt
::
CTRL
|
Qt
::
Key_Return
);
connect
(
ui
.
execButton
,
&
QPushButton
::
clicked
,
this
,
&
DbConsoleTab
::
execClicked
);
ui
.
queryEdit
->
setFont
(
QFontDatabase
::
systemFont
(
QFontDatabase
::
FixedFont
));
...
...
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