#ifndef FREEPROJECTSETFORMAT_H #define FREEPROJECTSETFORMAT_H #include "ojproblemset.h" QList importFreeProblemSet(const QString& filename); void exportFreeProblemSet(const QList& problems, const QString& filename); #endif // FREEPROJECTSETFORMAT_H