|
tuned-switcher 1.1.0
Performance profile manager
|
#include <QDBusArgument>#include <QImage>

Go to the source code of this file.
Functions | |
| QDBusArgument & | operator<< (QDBusArgument &argument, const QImage &image) |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, QImage &) |
SPDX-FileCopyrightText: 2010 David Sansome me@da.nosp@m.vids.nosp@m.ansom.nosp@m.e.co.nosp@m.m SPDX-FileCopyrightText: 2021-2026 EasyCoding Team and contributors
SPDX-License-Identifier: GPL-3.0-or-later
Contains functions for automatic marshaling of a QImage for the org.freedesktop.Notifications.Notify DBus method.
These functions copied from the Clementine project and licensed under the terms of GNU General Public License, version 3 or later.
| QDBusArgument & operator<< | ( | QDBusArgument & | argument, |
| const QImage & | image ) |
Overloaded operator << for the QImage DBus type.
| argument | QDBusArgument instance. |
| image | QImage instance. |
| const QDBusArgument & operator>> | ( | const QDBusArgument & | argument, |
| QImage & | ) |
Overloaded operator >> for the QImage DBus type.
| argument | QDBusArgument instance. |