Forgotten DBus file.

This commit is contained in:
John Maguire 2011-01-11 20:55:17 +00:00
parent 48bf42b2a5
commit bc573d55f1
1 changed files with 8 additions and 0 deletions

8
src/dbus/metatypes.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef DBUSMETATYPES_H
#define DBUSMETATYPES_H
#include <QMetaType>
Q_DECLARE_METATYPE(QList<QByteArray>);
#endif // DBUSMETATYPES_H