[apps/graph] Put the function variable name "(x)" in function

Change-Id: I0bd287363e4fc957a72dacef1a8f61f1c276da7e
This commit is contained in:
Émilie Feral
2016-10-07 14:03:43 +02:00
parent c3524fa287
commit fc5e282edf

View File

@@ -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();