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