From f8df07c3272c0e02f31f46fda8a429292c7a446a Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 6 Feb 2014 09:32:44 +0100 Subject: Small tweaks to make things better. --- gui/ConsoleWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/ConsoleWindow.h') 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(); -- cgit