Fix missing return value in C4PropertyDelegateFactory::PasteFromClipboard

alut-include-path
Sven Eberhardt 2017-02-26 11:00:20 -05:00
parent fd5eb86e68
commit c8aa5fff8f
1 changed files with 1 additions and 0 deletions

View File

@ -2575,6 +2575,7 @@ bool C4PropertyDelegateFactory::PasteFromClipboard(const QModelIndex &index, boo
if (check_only) return true;
// Alright, paste!
d->GetPathForProperty(prop).SetProperty(str_data.getData());
return true;
}
bool C4PropertyDelegateFactory::editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index)