[Uml-devel] [Bug 103170] program crashes when closeing a tab
David Cuadrado
krawek at gmail.com
Mon Jun 6 10:16:37 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.kde.org/show_bug.cgi?id=103170
------- Additional Comments From krawek gmail com 2005-06-06 18:03 -------
sorry, is my error: m_bar is m_buttonContainer, but I have a best solution
don't use KToolBarButton, use QToolButton instead
diff:
437c437
< KToolBarButton* m_closeDiagramButton = new KToolBarButton("tab_remove", 0, m_tabWidget);
---
> QToolButton* m_closeDiagramButton = new QToolButton(m_tabWidget);
More information about the umbrello-devel
mailing list