kdelibs/kioslave/http/kcookiejar/kcookiejar_include.h

12 lines
253 B
C
Raw Normal View History

2014-11-13 01:04:59 +02:00
// krazy:excludeall=copyright,license (nothing substantial in this file)
// remove as soon as dbusxml2cpp is fixed, Alex
#include <QtDBus/QtDBus>
#ifndef QDECLAREQLISTINT_HACK_H
#define QDECLAREQLISTINT_HACK_H
Q_DECLARE_METATYPE (QList<int>)
#endif