mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
11 lines
253 B
C
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
|