~diegosarmentero/clickmanager-plugin/x-click-token-support

« back to all changes in this revision

Viewing changes to download/downloadmanager.cpp

  • Committer: Diego Sarmentero
  • Date: 2013-09-10 19:01:19 UTC
  • Revision ID: diego.sarmentero@gmail.com-20130910190119-5zlm3s38txxpzipg
adding files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * This file was generated by qdbusxml2cpp version 0.8
 
3
 * Command line was: qdbusxml2cpp -c DownloadManager -p downloadmanager.h:downloadmanager.cpp -i download_struct.h -i group_download_struct.h com.canonical.applications.download_manager.xml
 
4
 *
 
5
 * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 
6
 *
 
7
 * This is an auto-generated file.
 
8
 * This file may have been hand-edited. Look for HAND-EDIT comments
 
9
 * before re-generating it.
 
10
 */
 
11
 
 
12
#include "downloadmanager.h"
 
13
 
 
14
/*
 
15
 * Implementation of interface class DownloadManager
 
16
 */
 
17
 
 
18
DownloadManager::DownloadManager(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
 
19
    : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
 
20
{
 
21
}
 
22
 
 
23
DownloadManager::~DownloadManager()
 
24
{
 
25
}
 
26