Minor : fix little regression about folio report and displayed information

This commit is contained in:
Claveau Joshua
2020-11-08 19:05:11 +01:00
parent 862dbede24
commit 7882c5734a
4 changed files with 123 additions and 56 deletions

View File

@@ -27,6 +27,10 @@ namespace QETInformation
QString titleblockTranslatedInfoKey(const QString &info);
QString titleblockInfoKeysToVar(const QString &info);
QHash <QString, QString> titleblockTranslatedKeyHashVar();
QStringList folioReportInfoKey();
QHash <QString, QString> folioReportInfoKeyToVar();
QString translatedInfoKey(const QString &info);
}
#endif // QETINFORMATION_H