Create new MAPSECs automatically on save if needed

This commit is contained in:
GriffinR
2025-03-14 15:53:15 -04:00
parent 763382a811
commit 7cfbcda9c2
5 changed files with 28 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ public:
QString prefix() const { return m_prefix; }
void setPrefix(const QString &prefix);
bool isValid(QString &input) const;
bool isValid(const QString &input) const;
private:
QString m_prefix;