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
4c415326
Commit
4c415326
authored
Jan 30, 2009
by
dt
Browse files
Fixes: Memory leak in taskwindow
Task: - RevBy: - AutoTest: - Details: -
parent
affdf9c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/taskwindow.cpp
View file @
4c415326
...
...
@@ -577,7 +577,7 @@ void TaskDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option,
}
TaskWindowContext
::
TaskWindowContext
(
QWidget
*
widget
)
:
m_taskList
(
widget
)
:
Core
::
IContext
(
widget
),
m_taskList
(
widget
)
{
Core
::
UniqueIDManager
*
uidm
=
Core
::
UniqueIDManager
::
instance
();
m_context
<<
uidm
->
uniqueIdentifier
(
Core
::
Constants
::
C_PROBLEM_PANE
);
...
...
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