[libcalamares] Add accessors for GeoIP handler attributes

This commit is contained in:
Adriaan de Groot 2019-06-18 12:17:25 +02:00
parent 34b1a250ba
commit 6183c4e2f4

View File

@ -80,6 +80,8 @@ public:
bool isValid() const { return m_type != Type::None; }
Type type() const { return m_type; }
QString url() const { return m_url; }
QString selector() const { return m_selector; }
private:
Type m_type;