summaryrefslogtreecommitdiffstats
path: root/examples/dbus/pingpong/pong.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/pingpong/pong.h')
-rw-r--r--examples/dbus/pingpong/pong.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/dbus/pingpong/pong.h b/examples/dbus/pingpong/pong.h
deleted file mode 100644
index f683ec3dfb..0000000000
--- a/examples/dbus/pingpong/pong.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-#ifndef PONG_H
-#define PONG_H
-
-#include <QtCore/QObject>
-
-class Pong: public QObject
-{
- Q_OBJECT
-public slots:
- Q_SCRIPTABLE QString ping(const QString &arg);
-};
-
-#endif