Skip to content
GitLab
Explore
Sign in
qgroundcontrol
src
MeasurementComplexItem
IDArray.h
Find file
Normal view
Permalink
IDArray.h
88 B
Newer
Older
started to implement new nemo interface
Valentin Platzgummer
committed
Dec 31, 2020
1
2
3
4
5
#ifndef IDARRAY_H
#define IDARRAY_H
typedef
QVector
<
long
>
IDArray
;
#endif // IDARRAY_H