From fc5e282edf983f0a014e4d7b2e6581ba2628c4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Fri, 7 Oct 2016 14:03:43 +0200 Subject: [PATCH] [apps/graph] Put the function variable name "(x)" in function Change-Id: I0bd287363e4fc957a72dacef1a8f61f1c276da7e --- apps/graph/function.h | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/graph/function.h b/apps/graph/function.h index a5807d7d7..58d2b3fb1 100644 --- a/apps/graph/function.h +++ b/apps/graph/function.h @@ -8,6 +8,7 @@ namespace Graph { class Function { public: + static constexpr const char * Parameter = "(x)"; Function(const char * text = nullptr, KDColor color = KDColorBlack); ~Function(); // Delete expression and layout, if needed const char * text();