Searched refs:m_strKey (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h161 QString key() const { return m_strKey; }
163 void setKey(const QString &strKey) { m_strKey = strKey; }
316 QString m_strKey; member in class:UIMedium
H A DUIMedium.cpp82 m_strKey = other.key();
142 //m_strKey = nullID();
182 if (m_strKey.isNull())
183 m_strKey = m_strId;

Completed in 94 milliseconds