Detect if the map is open

This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent b4640879e9
commit 8f2cb1dd53
5 changed files with 11 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ class MapPanel : public QFrame {
public:
explicit MapPanel(const QMapLibre::Settings &settings, QWidget *parent = nullptr);
void setVisible(bool visible);
signals:
void mapPanelRequested();