avoid duplicate and inconsistent applying of QDir::separator()

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
Rolf Eike Beer 2019-03-22 21:33:17 +01:00 committed by Dirk Hohndel
parent bf9a526d63
commit 9ea32a0158
2 changed files with 9 additions and 12 deletions

View file

@ -14,7 +14,6 @@ struct htmlExportSetting {
QString themeFile;
};
void file_copy_and_overwrite(const QString &fileName, const QString &newName);
void exportHtmlInitLogic(const QString &filename, struct htmlExportSetting &hes);
#endif // DIVELOGEXPORTLOGIC_H