From 4bab4ec7e92fa9cc758d30ad8ff7887760fbbdbb Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 29 Apr 2010 11:39:34 -0300 Subject: Added tests for template instanciations using enum values, all under a nice namespace. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Luciano Wolf Reviewer: Renato Araújo --- tests/testtemplates.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/testtemplates.h (limited to 'tests/testtemplates.h') diff --git a/tests/testtemplates.h b/tests/testtemplates.h new file mode 100644 index 000000000..5c6e85a06 --- /dev/null +++ b/tests/testtemplates.h @@ -0,0 +1,36 @@ +/* +* This file is part of the API Extractor project. +* +* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). +* +* Contact: PySide team +* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License +* version 2 as published by the Free Software Foundation. +* +* This program is distributed in the hope that it will be useful, but +* WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +* General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +* 02110-1301 USA +* +*/ + +#ifndef TESTTEMPLATES_H +#define TESTTEMPLATES_H + +#include + +class TestTemplates : public QObject +{ + Q_OBJECT +private slots: + void testTemplateOnContainers(); +}; + +#endif -- cgit v1.2.3