mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Pass log messages by const ref (#5914)
* Pass log messages by const ref * Rename method
This commit is contained in:
parent
bd8306bd33
commit
4a54412d47
4 changed files with 9 additions and 9 deletions
|
|
@ -22,7 +22,7 @@ private:
|
|||
|
||||
void loadInitialLogBuffer();
|
||||
private slots:
|
||||
void logEntryAdded(QString message);
|
||||
void appendLogEntry(const QString &message);
|
||||
void actCheckBoxChanged(bool abNewValue);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue