removed PrefixPath debug line
[opentx.git] / companion / src / converteeprom.h
blob3f420e6926c40a0f635bcffd94bdd71646216224
1 #ifndef CONVERTHEADER_H_
2 #define CONVERTHEADER_H_
4 #include <QString>
6 bool convertEEprom(const QString &sourceEEprom, const QString &destinationEEprom, const QString &firmware);
8 #endif /* CONVERTHEADER_H_ */