mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
Move rdlogmanager(1) scheduler artist separation from clock to event.
This commit is contained in:
@@ -73,8 +73,10 @@ class RDEvent
|
||||
void setHaveCode(QString str);
|
||||
QString HaveCode2();
|
||||
void setHaveCode2(QString str);
|
||||
unsigned titleSep();
|
||||
void setTitleSep(unsigned titlesep);
|
||||
int artistSep();
|
||||
void setArtistSep(int artistsep);
|
||||
int titleSep();
|
||||
void setTitleSep(int titlesep);
|
||||
|
||||
private:
|
||||
int GetIntValue(const QString &field) const;
|
||||
|
||||
Reference in New Issue
Block a user