diff options
author | Gunnar Sletta <gunnar.sletta@nokia.com> | 2012-01-09 08:53:17 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-25 10:19:44 +0100 |
commit | 4ecf82795de54fba530ac9c386f3afff2174edbd (patch) | |
tree | 7e453145b49364176c3e4a881464e16fe6049e5b /src/corelib/tools/qstack.h | |
parent | 00c8984b4e48b2a7eadfee6c3cd0cbb19f586118 (diff) |
Diffstat (limited to 'src/corelib/tools/qstack.h')
-rw-r--r-- | src/corelib/tools/qstack.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/tools/qstack.h b/src/corelib/tools/qstack.h index 1a525ed312..d6020b0c7f 100644 --- a/src/corelib/tools/qstack.h +++ b/src/corelib/tools/qstack.h @@ -48,7 +48,6 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -QT_MODULE(Core) template<class T> class QStack : public QVector<T> |