| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/socket_interface.cpp |
| Source code | Switch to Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | /* | - |
| 2 | * This file was generated by qdbusxml2cpp version 0.8 | - |
| 3 | * Command line was: | - |
| 4 | * | - |
| 5 | * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd. | - |
| 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 "socket_interface.h" | - |
| 13 | /* | - |
| 14 | * Implementation of interface class OrgA11yAtspiSocketInterface | - |
| 15 | */ | - |
| 16 | - | |
| 17 | OrgA11yAtspiSocketInterface::OrgA11yAtspiSocketInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) | - |
| 18 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) | - |
| 19 | { | - |
| 20 | } never executed: end of block | 0 |
| 21 | - | |
| 22 | OrgA11yAtspiSocketInterface::~OrgA11yAtspiSocketInterface() | - |
| 23 | { | - |
| 24 | } | - |
| 25 | - | |
| Source code | Switch to Preprocessed file |