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
Marco Bubke
flatpak-qt-creator
Commits
a699e6d5
Commit
a699e6d5
authored
Mar 29, 2010
by
hjk
Browse files
debugger: put sort marker on the right column
parent
6c45e454
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerdialogs.cpp
View file @
a699e6d5
...
...
@@ -316,6 +316,7 @@ AttachExternalDialog::AttachExternalDialog(QWidget *parent)
m_ui
->
procView
->
setModel
(
m_model
);
m_ui
->
procView
->
setSortingEnabled
(
true
);
m_ui
->
procView
->
sortByColumn
(
1
,
Qt
::
AscendingOrder
);
connect
(
m_ui
->
buttonBox
,
SIGNAL
(
accepted
()),
this
,
SLOT
(
accept
()));
connect
(
m_ui
->
buttonBox
,
SIGNAL
(
rejected
()),
this
,
SLOT
(
reject
()));
...
...
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