From 8ef8a71680fb1a267785582f23a2ed760f5be24a Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Mon, 5 Oct 2020 21:54:26 +0200 Subject: [PATCH] add comment --- sources/qetgraphicsitem/terminal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetgraphicsitem/terminal.cpp b/sources/qetgraphicsitem/terminal.cpp index e4ca1d626..6d753b43b 100644 --- a/sources/qetgraphicsitem/terminal.cpp +++ b/sources/qetgraphicsitem/terminal.cpp @@ -30,7 +30,7 @@ QColor Terminal::neutralColor = QColor(Qt::blue); QColor Terminal::allowedColor = QColor(Qt::darkGreen); QColor Terminal::warningColor = QColor("#ff8000"); QColor Terminal::forbiddenColor = QColor(Qt::red); -const qreal Terminal::terminalSize = 4.0; +const qreal Terminal::terminalSize = 4.0; // TODO: store terminalSize in terminaldata, because in PartTerminal there is the same parameter. So only one is needed const qreal Terminal::Z = 1000; /**