set file field to default empty string

This commit is contained in:
itsmattkc
2019-03-23 03:04:58 +11:00
parent 37374e6ef3
commit cc69f5b326
+2 -1
View File
@@ -7,7 +7,8 @@
FileField::FileField(EffectRow* parent, const QString &id) :
EffectField(parent, id, EFFECT_FIELD_FILE)
{
// Set default value to an empty string
SetValueAt(0, "");
}
QString FileField::GetFileAt(double timecode)