diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-03-21 04:42:56 +0100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-03-21 04:42:56 +0100 |
commit | cde75446674732fdc7386f41d27eaaf92cd49dfc (patch) | |
tree | 773f48f3e8c4fe1003e9486a8dd4cb5546c9d0b3 /heimdall-frontend/source/FirmwareInfo.h | |
parent | QList properties are now accessible in QML via QQmlListProperty (diff) | |
download | Heimdall-upstream/master.tar Heimdall-upstream/master.tar.gz Heimdall-upstream/master.tar.bz2 Heimdall-upstream/master.tar.lz Heimdall-upstream/master.tar.xz Heimdall-upstream/master.tar.zst Heimdall-upstream/master.zip |
Diffstat (limited to 'heimdall-frontend/source/FirmwareInfo.h')
-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: + } }; } |