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:
parent
e47689edda
commit
fe300d6d44
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user