Added utility getParentName() (name of parent process)

This commit is contained in:
2023-09-04 11:42:12 +02:00
parent 1ef9853876
commit b14b296011
2 changed files with 27 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ namespace Utils {
QString rstrip(QString const &str);
bool sameFilesInDirs(QDir const &dir1, QDir const &dir2,
QStringList const &nameFilters = {"*.json"});
QString getParentName();
}
#endif // UTILS_H_INCLUDED