mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
8 lines
131 B
C
8 lines
131 B
C
#ifndef MAILFILTER_DBUSOPERATORS_H
|
|
#define MAILFILTER_DBUSOPERATORS_H
|
|
|
|
#include <QList>
|
|
|
|
Q_DECLARE_METATYPE(QList<qint64>)
|
|
|
|
#endif
|