mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 18:13:55 +08:00
9 lines
115 B
C++
9 lines
115 B
C++
#include <QtTest/QtTest>
|
|
|
|
class TestFrameReader : public QObject {
|
|
Q_OBJECT
|
|
private slots:
|
|
void frameread();
|
|
};
|
|
|