mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-07-31 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'RDMacro' to handle UTF-8 strings correctly.
This commit is contained in:
@@ -46,7 +46,7 @@ class RDMacroEvent : public QObject
|
||||
RDMacro *command(int line);
|
||||
int size() const;
|
||||
unsigned length() const;
|
||||
bool load(QString str);
|
||||
bool load(const QString &str);
|
||||
bool load(unsigned cartnum);
|
||||
QString save();
|
||||
void insert(int line,const RDMacro *cmd);
|
||||
|
||||
Reference in New Issue
Block a user