akonadi
metatype.h
00001 /* Copyright 2009 Thomas McGuire <mcguire@kde.org> 00002 00003 This library is free software; you can redistribute it and/or modify 00004 it under the terms of the GNU Library General Public License as published 00005 by the Free Software Foundation; either version 2 of the License or 00006 ( at your option ) version 3 or, at the discretion of KDE e.V. 00007 ( which shall act as a proxy as in section 14 of the GPLv3 ), any later version. 00008 00009 This library is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 Library General Public License for more details. 00013 00014 You should have received a copy of the GNU Library General Public License 00015 along with this library; see the file COPYING.LIB. If not, write to 00016 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00017 Boston, MA 02110-1301, USA. 00018 */ 00019 #ifndef POP3_METATYPE_H 00020 #define POP3_METATYPE_H 00021 00022 #include <QtCore/QObject> 00023 #include <QtCore/QList> 00024 00025 #include <QtCore/QMetaType> 00026 00027 Q_DECLARE_METATYPE(QList<int>) 00028 00029 #endif