Debugger: Resize columns correctly in Threads Window.

This commit is contained in:
Friedemann Kleint
2009-10-20 16:44:42 +02:00
parent 29475a0d27
commit a02f8cb496
2 changed files with 16 additions and 34 deletions

View File

@@ -54,7 +54,6 @@ private slots:
void setAlternatingRowColorsHelper(bool on) { setAlternatingRowColors(on); }
private:
void resizeEvent(QResizeEvent *ev);
void contextMenuEvent(QContextMenuEvent *ev);
bool m_alwaysResizeColumnsToContents;