kdelibs/kioslave/http/kcookiejar/kcookiejar_include.h
2014-11-13 01:04:59 +02:00

11 lines
253 B
C

// 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