Skip to content

Commit

Permalink
QtLocationPlugin: Create QGCTileCacheDatabase Class
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Dec 15, 2024
1 parent 587887d commit aed2215
Show file tree
Hide file tree
Showing 6 changed files with 1,287 additions and 748 deletions.
2 changes: 2 additions & 0 deletions src/QtLocationPlugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ qt_add_plugin(QGCLocation STATIC
QGCMapUrlEngine.cpp
QGCMapUrlEngine.h
QGCTile.h
QGCTileCacheDatabase.cpp
QGCTileCacheDatabase.h
QGCTileCacheWorker.cpp
QGCTileCacheWorker.h
QGCTileSet.h
Expand Down
2 changes: 1 addition & 1 deletion src/QtLocationPlugin/QGCCacheTile.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ class QGCCacheTile
const QString m_hash;
const QByteArray m_img;
const QString m_format;
const QString m_type;
const QString m_type; // TODO: type should be int?
};
Q_DECLARE_METATYPE(QGCCacheTile)
Loading

0 comments on commit aed2215

Please sign in to comment.