diff options
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/source/FirmwareInfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/heimdall-frontend/source/FirmwareInfo.h b/heimdall-frontend/source/FirmwareInfo.h index 64bf2bc..55eb304 100644 --- a/heimdall-frontend/source/FirmwareInfo.h +++ b/heimdall-frontend/source/FirmwareInfo.h @@ -393,6 +393,11 @@ namespace HeimdallFrontend return QQmlListProperty<FileInfo>{this, nullptr, &FirmwareInfo::FileInfoAppend, &FirmwareInfo::FileInfoCount, &FirmwareInfo::FileInfoAtIndex, &FirmwareInfo::FileInfoClearAll}; } + + void CopyFrom(const FirmwareInfo& firmwareInfo) + { + // TODO: + } }; } |