Rename Level method and variable

This commit is contained in:
G.K.MacGregor
2022-05-02 22:24:04 +01:00
parent 50582a95a4
commit a8798260dc
3 changed files with 34 additions and 34 deletions

View File

@@ -260,7 +260,7 @@ public:
int rightSidePanelColumns() const { return m_rightSidePanelColumns; };
public slots:
void setRenderLevel(int);
void setLevel(int);
signals:
void fullScreenColourChanged(QColor);
@@ -272,7 +272,7 @@ protected:
inline void setFullRowColour(int, int);
textCell& cellAtCharacterOrigin(int, int);
int m_finalFullScreenColour, m_renderLevel;
int m_finalFullScreenColour, m_level;
QColor m_finalFullScreenQColor;
int m_leftSidePanelColumns, m_rightSidePanelColumns;
Level1Layer m_level1Layer;