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:
parent
48bf42b2a5
commit
bc573d55f1
8
src/dbus/metatypes.h
Normal file
8
src/dbus/metatypes.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef DBUSMETATYPES_H
|
||||
#define DBUSMETATYPES_H
|
||||
|
||||
#include <QMetaType>
|
||||
|
||||
Q_DECLARE_METATYPE(QList<QByteArray>);
|
||||
|
||||
#endif // DBUSMETATYPES_H
|
Loading…
Reference in New Issue
Block a user