Skip to content

Commit

Permalink
Fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Dec 11, 2024
1 parent bb45bec commit cabe35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dataManagement/DataManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class DataManager : public GlobalObject

/*! \brief Getter function for the property with the same name
*
* @returns Property mapsAndData
* @returns Property mapsList
*/
[[nodiscard]] DataManagement::Downloadable_SingleFile* mapList() { return &m_mapList; }

Expand Down
2 changes: 1 addition & 1 deletion src/qml/pages/DataManagerPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Page {
onTriggered: {
PlatformAdaptor.vibrateBrief()
highlighted = false
DataManager.updateRemoteDataItemList()
DataManager.mapList.startDownload()
}
}

Expand Down

0 comments on commit cabe35c

Please sign in to comment.