Unverified Commit 2af0422b authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #6000 from mavlink/offlineMapTiles

Offline map fixes
parents 70d6ccb0 1db0adaf
This diff is collapsed.
......@@ -76,6 +76,7 @@ private:
bool _createDB (QSqlDatabase *db, bool createDefault = true);
quint64 _getDefaultTileSet ();
void _updateTotals ();
void _deleteTileSet (qulonglong id);
signals:
void updateTotals (quint32 totaltiles, quint64 totalsize, quint32 defaulttiles, quint64 defaultsize);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment