ossp-pkg/as/as-gui/as_table.h 1.6 -> 1.7
--- as_table.h 2002/12/04 20:30:54 1.6
+++ as_table.h 2002/12/05 14:51:29 1.7
@@ -42,7 +42,7 @@
// Try to match QTable's default constructor with an initializer list
TiTable(QWidget *pParent = 0, const char *szName = 0) : QTable(pParent, szName)
{
- this->installEventFilter(this);
+ horizontalHeader()->installEventFilter(this);
this->setEdition(); // Reset edition state
};
|
|