// Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #ifndef TEMPLATE_GTGT_H #define TEMPLATE_GTGT_H template class myTemplate : QString, QList> {}; template class myTemplate2 : QString, QList> 2) >> {}; class Widget : public QWidget { Q_OBJECT public: Widget() { } }; #endif // TEMPLATE_GTGT_H