~ubuntu-branches/ubuntu/saucy/print-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to build/printqueue/printqueueadaptor.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-23 15:47:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120823154714-2kfgr4ml10d3bvwk
Tags: 0.2.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file was generated by qdbusxml2cpp version 0.7
3
 
 * Command line was: qdbusxml2cpp -m -a printqueueadaptor -i PrintQueueInterface.h -l PrintQueueInterface /home/jr/src/print-manager/git/print-manager/printqueue/org.kde.PrintQueue.xml
4
 
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
6
 
 *
7
 
 * This is an auto-generated file.
8
 
 * Do not edit! All changes made to it will be lost.
9
 
 */
10
 
 
11
 
#include "printqueueadaptor.h"
12
 
#include <QtCore/QMetaObject>
13
 
#include <QtCore/QByteArray>
14
 
#include <QtCore/QList>
15
 
#include <QtCore/QMap>
16
 
#include <QtCore/QString>
17
 
#include <QtCore/QStringList>
18
 
#include <QtCore/QVariant>
19
 
 
20
 
/*
21
 
 * Implementation of adaptor class PrintQueueAdaptor
22
 
 */
23
 
 
24
 
PrintQueueAdaptor::PrintQueueAdaptor(PrintQueueInterface *parent)
25
 
    : QDBusAbstractAdaptor(parent)
26
 
{
27
 
    // constructor
28
 
    setAutoRelaySignals(true);
29
 
}
30
 
 
31
 
PrintQueueAdaptor::~PrintQueueAdaptor()
32
 
{
33
 
    // destructor
34
 
}
35
 
 
36
 
void PrintQueueAdaptor::ShowQueue(const QString &destName)
37
 
{
38
 
    // handle method call org.kde.PrintQueue.ShowQueue
39
 
    parent()->ShowQueue(destName);
40
 
}
41
 
 
42
 
 
43
 
#include "printqueueadaptor.moc"