aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_tree.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-03 20:38:32 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-03 20:38:32 +0000
commit46a454a94c2d05813ebf947d62744164b8028a55 (patch)
treedf5e59cb3c23826c6e605d2d8e886948ab10c5f9 /ui/qt/interface_tree.h
parent9e67335ea81f5ef4ab011259e0fdb07a1135f831 (diff)
Automatically size the interface column.
svn path=/trunk/; revision=46351
Diffstat (limited to 'ui/qt/interface_tree.h')
-rw-r--r--ui/qt/interface_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/interface_tree.h b/ui/qt/interface_tree.h
index cb3eec39a4..188b21e1d9 100644
--- a/ui/qt/interface_tree.h
+++ b/ui/qt/interface_tree.h
@@ -47,6 +47,7 @@ public:
protected:
void hideEvent(QHideEvent *evt);
void showEvent(QShowEvent *evt);
+ void resizeEvent(QResizeEvent *evt);
private:
if_stat_cache_t *stat_cache_;