1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +01:00

Forgotten DBus file.

This commit is contained in:
John Maguire 2011-01-11 20:55:17 +00:00
parent 48bf42b2a5
commit bc573d55f1

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