summaryrefslogtreecommitdiffstats
path: root/gui/ConsoleWindow.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-02-06 09:32:44 +0100
committerPetr Mrázek <peterix@gmail.com>2014-02-06 09:32:44 +0100
commitf8df07c3272c0e02f31f46fda8a429292c7a446a (patch)
tree31af739dd416f521787ed970af05fb1de8b01222 /gui/ConsoleWindow.h
parentb4b6091372310f4a811180cffde3ea5611881e6c (diff)
downloadMultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.gz
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.lz
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.tar.xz
MultiMC-f8df07c3272c0e02f31f46fda8a429292c7a446a.zip
Small tweaks to make things better.
Diffstat (limited to 'gui/ConsoleWindow.h')
-rw-r--r--gui/ConsoleWindow.h2
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();