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
SDK
KCacheGrind
Commits
718b18e7
Commit
718b18e7
authored
Sep 17, 2020
by
Calvin Buckley
🤔
Browse files
remove debug statement from window list
parent
998f127e
Changes
1
Hide whitespace changes
Inline
Side-by-side
qcachegrind/qcgtoplevel.cpp
View file @
718b18e7
...
...
@@ -1864,7 +1864,6 @@ void QCGTopLevel::windowListAboutToShow()
QAction
*
windowItem
=
windowMenu
->
addAction
(
windowTitle
);
windowItem
->
setData
(
QVariant
::
fromValue
(
topLevel
));
if
(
topLevel
==
this
)
{
qDebug
()
<<
"checked
\n
"
;
windowItem
->
setCheckable
(
true
);
windowItem
->
setChecked
(
true
);
}
...
...
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