debugger: also resize return value window columns when locals change

Change-Id: I9aafe90677cb8bdf135d401bd34049bf6f15ec4a
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-11-11 17:17:26 +01:00
committed by hjk
parent 739593c590
commit d9dde0d5e8

View File

@@ -666,6 +666,7 @@ public slots:
void updateWatchersHeader(int section, int, int newSize)
{
m_watchersWindow->header()->resizeSection(section, newSize);
m_returnWindow->header()->resizeSection(section, newSize);
}
void sourceFilesDockToggled(bool on)