~ari-tczew/ubuntu/natty/clementine/lp-747113

« back to all changes in this revision

Viewing changes to src/dbus/metatypes.h

  • Committer: Artur Rona
  • Date: 2011-04-04 20:05:33 UTC
  • Revision ID: ari-tczew@ubuntu.com-20110404200533-6aclzasj5pp8t1hq
* New upstream release. (LP: #747113)
* Drop all patches, have been applied upstream.
* Update debian/copyright.
* Refresh description in debian/control in order to avoid lintian error.
* Bump debhelper to 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef DBUSMETATYPES_H
 
2
#define DBUSMETATYPES_H
 
3
 
 
4
#include <QMetaType>
 
5
 
 
6
Q_DECLARE_METATYPE(QList<QByteArray>);
 
7
 
 
8
#endif  // DBUSMETATYPES_H