Declare QDBusArgument for QImage in osddbus.h

This commit is contained in:
Jonas Kvinge
2020-08-23 03:19:40 +02:00
parent d74fc8d1ce
commit b5e27d4d69
5 changed files with 6 additions and 18 deletions

View File

@@ -47,9 +47,6 @@
#include "core/logging.h"
#include "osddbus.h"
QDBusArgument &operator<< (QDBusArgument &arg, const QImage &image);
const QDBusArgument &operator>> (const QDBusArgument &arg, QImage &image);
QDBusArgument &operator<<(QDBusArgument &arg, const QImage &image) {
if (image.isNull()) {