Skip to content

File request.cpp#

File List > src > utils > request.cpp

Go to the documentation of this file.


//
// Created by nullobsi on 2021/02/01.
//
/*
 * Implementation of interface class OrgFreedesktopPortalRequestInterface
 */

#include "request.h"
OrgFreedesktopPortalRequestInterface::OrgFreedesktopPortalRequestInterface(
  const QString& service,
  const QString& path,
  const QDBusConnection& connection,
  QObject* parent)
  : QDBusAbstractInterface(service,
                           path,
                           staticInterfaceName(),
                           connection,
                           parent)
{}

OrgFreedesktopPortalRequestInterface::~OrgFreedesktopPortalRequestInterface() =
  default;