settings: configuration file processing rewrite
This commit is contained in:
@@ -80,7 +80,7 @@ struct Song
|
||||
bool operator!=(const Song &rhs) const { return m_hash != rhs.m_hash; }
|
||||
|
||||
static std::string ShowTime(unsigned length);
|
||||
static bool isFormatOk(const std::string &type, const std::string &fmt);
|
||||
static void validateFormat(const std::string &fmt);
|
||||
|
||||
static const char FormatEscapeCharacter = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user