Adjust to refactor of variable string

This commit is contained in:
WarmUpTill
2023-03-11 14:24:37 +01:00
committed by WarmUpTill
parent b932af1c97
commit 5d6f08e38f
21 changed files with 28 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ FileSelection::FileSelection(FileSelection::Type type, QWidget *parent)
setLayout(layout);
}
void FileSelection::SetPath(const VariableResolvingString &path)
void FileSelection::SetPath(const StringVariable &path)
{
_filePath->setText(path);
}