mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 20:02:11 +08:00
99c5800ea5
old-commit-hash: 29ac3da7b84426c6764150cb233b9c7bab1446d8
9 lines
115 B
C++
9 lines
115 B
C++
#include <QtTest/QtTest>
|
|
|
|
class TestFrameReader : public QObject {
|
|
Q_OBJECT
|
|
private slots:
|
|
void frameread();
|
|
};
|
|
|