/* SPDX-FileCopyrightText: 2012 Rolf Eike Beer */ #ifndef DATAPROTOCOLTEST_H #define DATAPROTOCOLTEST_H #include #include class DataProtocolTest : public QObject { Q_OBJECT private Q_SLOTS: void runAllTests(); void runAllTests_data(); }; #endif /* DATAPROTOCOLTEST_H */