Small tweaks to make things better.

This commit is contained in:
Petr Mrázek
2014-02-06 09:32:44 +01:00
parent b4b6091372
commit f8df07c327
6 changed files with 49 additions and 22 deletions

View File

@ -47,7 +47,7 @@ private:
* this will only insert a single paragraph.
* \n are ignored. a real \n is always appended.
*/
void writeColor(QString data, const char *color = nullptr);
void writeColor(QString text, const char *color, const char *background);
signals:
void isClosing();