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
PIM
PIM Messagelib
Commits
e923be39
Commit
e923be39
authored
Aug 29, 2022
by
Laurent Montel
Browse files
Disable double click support
parent
645518ef
Pipeline
#224478
canceled with stage
in 10 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/pane.cpp
View file @
e923be39
...
...
@@ -163,7 +163,7 @@ Pane::Pane(bool restoreSession, QAbstractItemModel *model, QItemSelectionModel *
d
->
updateTabControls
();
});
connect
(
this
,
&
QTabWidget
::
tabBarDoubleClicked
,
this
,
&
Pane
::
createNewTab
);
//
connect(this, &QTabWidget::tabBarDoubleClicked, this, &Pane::createNewTab);
tabBar
()
->
installEventFilter
(
this
);
}
...
...
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