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
Tobias Hunger
qt-creator
Commits
f68c9a3a
Commit
f68c9a3a
authored
Jan 30, 2009
by
dt
Browse files
Fixes: Memory leak in shortcutsettings
Task: - RevBy: - AutoTest: - Details: -
parent
97af4465
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/dialogs/shortcutsettings.cpp
View file @
f68c9a3a
...
...
@@ -82,7 +82,7 @@ QWidget *ShortcutSettings::createPage(QWidget *parent)
{
m_keyNum
=
m_key
[
0
]
=
m_key
[
1
]
=
m_key
[
2
]
=
m_key
[
3
]
=
0
;
m_page
=
new
Ui_ShortcutSettings
();
m_page
=
new
Ui_ShortcutSettings
(
parent
);
QWidget
*
w
=
new
QWidget
(
parent
);
m_page
->
setupUi
(
w
);
...
...
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