~mandel/+junk/adapt-network-changes

« back to all changes in this revision

Viewing changes to src/common/priv/ubuntu/transfers/system/nm_interface.cpp

  • Committer: Manuel de la Peña
  • Date: 2014-11-24 15:31:04 UTC
  • Revision ID: manuel.delapena@canonical.com-20141124153104-7qk2w2emudxepgrq
Add missing headers.

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 properties.xml -p nm_interface -c NMInterface
 
4
 *
 
5
 * qdbusxml2cpp is Copyright (C) 2014 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 "nm_interface.h"
 
13
 
 
14
/*
 
15
 * Implementation of interface class NMInterface
 
16
 */
 
17
 
 
18
NMInterface::NMInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
 
19
    : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
 
20
{
 
21
}
 
22
 
 
23
NMInterface::~NMInterface()
 
24
{
 
25
}
 
26