I discovered that the files qml/pages/DriveTransfers.qml, qml/pages/DropboxTransfers.qml and qml/pages/SkyTransfers.qml are not referenced in their corresponding section (category OTHER_FILES) of filecase.pro, see PR #105 for testing which unreferenced files are actually usable.
Then I documented these (and other) findings "inline" in filecase.pro via PR #107.
Ultimately I "build-tested" qml/pages/*Transfers.qml (there are just the aforementioned three) by referencing them in their corresponding section (category OTHER_FILES) of filecase.pro via PR #108: The result shows, that FileCase is still being built fine.
Hence it is still open, why the three extant qml/pages/*Transfers.qml files exist despite being apparently unused, and what their relation to qml/pages/TransfersPage.qml and qml/pages/TransfersDelegate.qml is?
I updated my inline-comments in filecase.pro accordingly by PR #114.
P.S.: Contributes to issue #48.
I discovered that the files
qml/pages/DriveTransfers.qml,qml/pages/DropboxTransfers.qmlandqml/pages/SkyTransfers.qmlare not referenced in their corresponding section (categoryOTHER_FILES) offilecase.pro, see PR #105 for testing which unreferenced files are actually usable.Then I documented these (and other) findings "inline" in
filecase.provia PR #107.Ultimately I "build-tested"
qml/pages/*Transfers.qml(there are just the aforementioned three) by referencing them in their corresponding section (categoryOTHER_FILES) offilecase.provia PR #108: The result shows, that FileCase is still being built fine.Hence it is still open, why the three extant
qml/pages/*Transfers.qmlfiles exist despite being apparently unused, and what their relation toqml/pages/TransfersPage.qmlandqml/pages/TransfersDelegate.qmlis?I updated my inline-comments in
filecase.proaccordingly by PR #114.P.S.: Contributes to issue #48.