mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 09:12:05 +08:00
99c5800ea5
old-commit-hash: 29ac3da7b8
9 lines
115 B
C++
9 lines
115 B
C++
#include <QtTest/QtTest>
|
|
|
|
class TestFrameReader : public QObject {
|
|
Q_OBJECT
|
|
private slots:
|
|
void frameread();
|
|
};
|
|
|