summaryrefslogtreecommitdiffstats
path: root/qtools/qinternallist.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qinternallist.h')
-rw-r--r--qtools/qinternallist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qtools/qinternallist.h b/qtools/qinternallist.h
index 09dbfce..b1cc64e 100644
--- a/qtools/qinternallist.h
+++ b/qtools/qinternallist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+**
**
** Definition of QList template/macro class
**
@@ -88,7 +88,6 @@ public:
type *last() { return (type *)QGList::last(); }
type *next() { return (type *)QGList::next(); }
type *prev() { return (type *)QGList::prev(); }
- void toVector( QGVector *vec )const{ QGList::toVector(vec); }
private:
void deleteItem( QCollection::Item d );
};