From 7f056c98ce0f3f1ebec77526161d1ff7ed29347d Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 7 Jun 2020 22:05:01 +0800 Subject: [PATCH] Remove auto generated files --- GPClient/gpservice_interface.cpp | 25 ----------- GPClient/gpservice_interface.h | 71 -------------------------------- 2 files changed, 96 deletions(-) delete mode 100644 GPClient/gpservice_interface.cpp delete mode 100644 GPClient/gpservice_interface.h diff --git a/GPClient/gpservice_interface.cpp b/GPClient/gpservice_interface.cpp deleted file mode 100644 index 12ed693..0000000 --- a/GPClient/gpservice_interface.cpp +++ /dev/null @@ -1,25 +0,0 @@ -/* - * This file was generated by qdbusxml2cpp version 0.8 - * Command line was: qdbusxml2cpp -i gpservice_interface.h -p :gpservice_interface.cpp ../GPService/gpservice.xml - * - * qdbusxml2cpp is Copyright (C) 2020 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 "gpservice_interface.h" -/* - * Implementation of interface class ComYuezkQtGPServiceInterface - */ - -ComYuezkQtGPServiceInterface::ComYuezkQtGPServiceInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) - : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) -{ -} - -ComYuezkQtGPServiceInterface::~ComYuezkQtGPServiceInterface() -{ -} - diff --git a/GPClient/gpservice_interface.h b/GPClient/gpservice_interface.h deleted file mode 100644 index 6340f47..0000000 --- a/GPClient/gpservice_interface.h +++ /dev/null @@ -1,71 +0,0 @@ -/* - * This file was generated by qdbusxml2cpp version 0.8 - * Command line was: qdbusxml2cpp -p gpservice_interface.h: ../GPService/gpservice.xml - * - * qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd. - * - * This is an auto-generated file. - * Do not edit! All changes made to it will be lost. - */ - -#ifndef GPSERVICE_INTERFACE_H -#define GPSERVICE_INTERFACE_H - -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Proxy class for interface com.yuezk.qt.GPService - */ -class ComYuezkQtGPServiceInterface: public QDBusAbstractInterface -{ - Q_OBJECT -public: - static inline const char *staticInterfaceName() - { return "com.yuezk.qt.GPService"; } - -public: - ComYuezkQtGPServiceInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); - - ~ComYuezkQtGPServiceInterface(); - -public Q_SLOTS: // METHODS - inline QDBusPendingReply<> connect(const QString &server, const QString &username, const QString &passwd) - { - QList argumentList; - argumentList << QVariant::fromValue(server) << QVariant::fromValue(username) << QVariant::fromValue(passwd); - return asyncCallWithArgumentList(QStringLiteral("connect"), argumentList); - } - - inline QDBusPendingReply<> disconnect() - { - QList argumentList; - return asyncCallWithArgumentList(QStringLiteral("disconnect"), argumentList); - } - - inline QDBusPendingReply status() - { - QList argumentList; - return asyncCallWithArgumentList(QStringLiteral("status"), argumentList); - } - -Q_SIGNALS: // SIGNALS - void connected(); - void disconnected(); - void logAvailable(const QString &log); -}; - -namespace com { - namespace yuezk { - namespace qt { - typedef ::ComYuezkQtGPServiceInterface GPService; - } - } -} -#endif