ossp-pkg/as/as-gui/as_table.h 1.8 -> 1.9
--- as_table.h 2002/12/12 16:20:15 1.8
+++ as_table.h 2002/12/16 16:05:57 1.9
@@ -57,6 +57,7 @@
// Overridden accessors
void setText(int, int, const QString &);
+ void sortColumn(int nCol, bool bAscend, bool bWhole = true) {QTable::sortColumn(nCol, bAscend, true);};
// virtual QTableItem *item(int nRow, int nCol) const {QTable::item(nRow, nCol);};
// Deny a cell special handling of the focus rectangle
|
|