diff --git a/src/core/kiofuseinterface.cpp b/src/core/kiofuseinterface.cpp deleted file mode 100644 index 4e4b2d7d..00000000 --- a/src/core/kiofuseinterface.cpp +++ /dev/null @@ -1,26 +0,0 @@ -/* - * This file was generated by qdbusxml2cpp version 0.8 - * Command line was: qdbusxml2cpp -c KIOFuseInterface -p kiofuseinterface org.kde.kiofuse.xml - * - * qdbusxml2cpp is Copyright (C) 2019 The Qt Company Ltd. - * - * This is an auto-generated file. - * This file may have been hand-edited. Look for HAND-EDIT comments - * before re-generating it. - */ - -#include "kiofuseinterface.h" - -/* - * Implementation of interface class KIOFuseInterface - */ - -KIOFuseInterface::KIOFuseInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) - : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) -{ -} - -KIOFuseInterface::~KIOFuseInterface() -{ -} - diff --git a/src/core/kiofuseinterface.h b/src/core/kiofuseinterface.h deleted file mode 100644 index fd921625..00000000 --- a/src/core/kiofuseinterface.h +++ /dev/null @@ -1,56 +0,0 @@ -/* - * This file was generated by qdbusxml2cpp version 0.8 - * Command line was: qdbusxml2cpp -c KIOFuseInterface -p kiofuseinterface org.kde.kiofuse.xml - * - * qdbusxml2cpp is Copyright (C) 2019 The Qt Company Ltd. - * - * This is an auto-generated file. - * Do not edit! All changes made to it will be lost. - */ - -#ifndef KIOFUSEINTERFACE_H -#define KIOFUSEINTERFACE_H - -#include -#include -#include -#include -#include -#include -#include -#include - -#include "kiocore_export.h" - -/* - * Proxy class for interface org.kde.KIOFuse.VFS - */ -class KIOCORE_EXPORT KIOFuseInterface: public QDBusAbstractInterface -{ - Q_OBJECT -public: - static inline const char *staticInterfaceName() - { return "org.kde.KIOFuse.VFS"; } - -public: - KIOFuseInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); - - ~KIOFuseInterface(); - -public Q_SLOTS: // METHODS - inline QDBusPendingReply mountUrl(const QString &remoteUrl) - { - QList argumentList; - argumentList << QVariant::fromValue(remoteUrl); - return asyncCallWithArgumentList(QStringLiteral("mountUrl"), argumentList); - } - -Q_SIGNALS: // SIGNALS -}; - -namespace org { - namespace kde { - typedef ::KIOFuseInterface KIOFuse; - } -} -#endif