diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-02-06 09:32:44 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-02-06 09:32:44 +0100 |
commit | f8df07c3272c0e02f31f46fda8a429292c7a446a (patch) | |
tree | 31af739dd416f521787ed970af05fb1de8b01222 /gui/ConsoleWindow.h | |
parent | b4b6091372310f4a811180cffde3ea5611881e6c (diff) | |
download | PrismLauncher-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.gz PrismLauncher-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.bz2 PrismLauncher-f8df07c3272c0e02f31f46fda8a429292c7a446a.zip |
Small tweaks to make things better.
Diffstat (limited to 'gui/ConsoleWindow.h')
-rw-r--r-- | gui/ConsoleWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ConsoleWindow.h b/gui/ConsoleWindow.h index 9291320e..7fe90c52 100644 --- a/gui/ConsoleWindow.h +++ b/gui/ConsoleWindow.h @@ -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(); |