1/* -*- C++ -*-
2 This file is part of ThreadWeaver.
3
4 SPDX-FileCopyrightText: 2005-2013 Mirko Boehm <mirko@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#ifndef QUEUESIGNALS_P_H
10#define QUEUESIGNALS_P_H
11
12namespace ThreadWeaver
13{
14namespace Private
15{
16class QueueSignals_Private
17{
18public:
19 QueueSignals_Private();
20 virtual ~QueueSignals_Private();
21};
22
23}
24
25}
26
27#endif // QUEUESIGNALS_P_H
28

source code of threadweaver/src/queuesignals_p.h