mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
9 lines
131 B
C
9 lines
131 B
C
![]() |
#ifndef MAILFILTER_DBUSOPERATORS_H
|
||
|
#define MAILFILTER_DBUSOPERATORS_H
|
||
|
|
||
|
#include <QList>
|
||
|
|
||
|
Q_DECLARE_METATYPE(QList<qint64>)
|
||
|
|
||
|
#endif
|