exportdialog: add option to reimport result

This commit is contained in:
itsmattkc
2022-09-16 12:35:40 -07:00
parent 05551ed59d
commit 6e0c6cdc52
4 changed files with 43 additions and 6 deletions
+2
View File
@@ -656,6 +656,8 @@ private slots:
*/
void OpenProjectInternal(const QString& filename, bool recovery_project = false);
void ImportSingleFile(const QString &f);
};
}