push thatv thing

This commit is contained in:
Jan Schuffenhauer
2020-01-17 08:56:00 +01:00
parent 5b94ffda3c
commit 3af7470a05
10 changed files with 14 additions and 400 deletions

View File

@@ -20,7 +20,7 @@ void setFastRendering(bool Updatedsetting);
* \brief The getfastRenderer gets the value of the flag for the fastRenderer setting.
* \return Returns true if fastRenderer is active else false
*/
bool isFastRenderering();
bool isFastRenderering() const;
private:
bool fastRenderering = true;