Cleanup: remove dive_table and dive_site_table Q_METATYPEs

These are not passed through QML anymore.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-09-25 21:28:46 +02:00 committed by Dirk Hohndel
parent 7615e71760
commit a1a2492438
2 changed files with 3 additions and 8 deletions

View file

@ -81,7 +81,6 @@ QString constructLocationTags(struct taxonomy_data *taxonomy, bool for_maintab);
/* Make pointer-to-dive_site a "Qt metatype" so that we can pass it through QVariants */
Q_DECLARE_METATYPE(dive_site *);
Q_DECLARE_METATYPE(dive_site_table_t *);
#endif