mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Fixed clazy warnings: missing Q_OBJECT.
This commit is contained in:
@@ -34,8 +34,10 @@ namespace BlackMisc
|
||||
* Used for hand written interface based on virtual methods.
|
||||
* Allows to relay a message to DBus in a single code line
|
||||
*/
|
||||
class CGenericDBusInterface : public QDBusAbstractInterface
|
||||
class BLACKMISC_EXPORT CGenericDBusInterface : public QDBusAbstractInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CGenericDBusInterface(const QString &serviceName, const QString &path, const QString &interfaceName, const QDBusConnection &connection, QObject *parent = nullptr) :
|
||||
|
||||
Reference in New Issue
Block a user