mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-30 21:25:32 -05:00
Adjust to refactor of variable string
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user