Sayonara Player
Loading...
Searching...
No Matches
Lyrics::ServerEntry Struct Reference
Inheritance diagram for Lyrics::ServerEntry:
SettingConvertible

Public Member Functions

 ServerEntry (const ServerEntry &other)
 ServerEntry (QString name, bool isChecked)
ServerEntryoperator= (const ServerEntry &other)
bool operator== (const ServerEntry &other) const
QString toString () const override
bool loadFromString (const QString &str) override

Public Attributes

QString name
bool isChecked {true}

Member Function Documentation

◆ loadFromString()

bool Lyrics::ServerEntry::loadFromString ( const QString & str)
overridevirtual

Implements SettingConvertible.

◆ toString()

QString Lyrics::ServerEntry::toString ( ) const
nodiscardoverridevirtual

Implements SettingConvertible.