1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-04 16:01:14 -05:00

Remove APRS items from map on close.

This commit is contained in:
Jon Beniston 2023-02-16 14:32:16 +00:00
parent e47689edda
commit fe300d6d44

View File

@ -151,9 +151,12 @@ private:
QDateTimeAxis m_motionChartXAxis;
QValueAxis m_motionChartYAxis;
QHash<QString, bool> m_mapItems;
explicit APRSGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet, Feature *feature, QWidget* parent = nullptr);
virtual ~APRSGUI();
void removeFromMap(const QString& name);
void blockApplySettings(bool block);
void applySettings(bool force = false);
void displayTableSettings(QTableWidget *table, QMenu *menu, int *columnIndexes, int *columnSizes, int columns);