1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00
transmission/qt/DBusInteropHelper.h
2016-09-02 23:10:15 +03:00

24 lines
401 B
C++

/*
* This file Copyright (C) 2015 Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once
class QObject;
class QString;
class QVariant;
class DBusInteropHelper
{
public:
bool isConnected () const;
QVariant addMetainfo (const QString& metainfo);
static void registerObject (QObject * parent);
};