TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the ttk xml attribute. More...
#include <ttkabstractxml.h>
Public Member Functions | |
TTKXmlAttr ()=default | |
TTKXmlAttr (const QString &key, const QVariant &value) | |
Public Attributes | |
QString | m_key |
QVariant | m_value |
The class of the ttk xml attribute.
Definition at line 32 of file ttkabstractxml.h.
|
default |
Definition at line 38 of file ttkabstractxml.h.
QString TTKXmlAttr::m_key |
Definition at line 34 of file ttkabstractxml.h.
Referenced by TTKAbstractXml::writeAttribute().
QVariant TTKXmlAttr::m_value |
Definition at line 35 of file ttkabstractxml.h.
Referenced by TTKAbstractXml::writeAttribute().