openPilotLog
importcrewlounge.h
1 #ifndef IMPORTCREWLOUNGE_H
2 #define IMPORTCREWLOUNGE_H
3 #include <QtCore>
4 
5 namespace ImportCrewlounge
6 {
7 void exec(const QString &csv_file_path);
8 };
9 
10 #endif // IMPORTCREWLOUNGE_H