mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
12 lines
123 B
C++
12 lines
123 B
C++
#pragma once
|
|
|
|
#include <QtTest>
|
|
|
|
class TestSuite : public QObject
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
explicit TestSuite(void);
|
|
};
|