Fixed variable naming style.

This commit is contained in:
Cranken
2018-09-30 14:31:00 +02:00
parent abb01b54f5
commit f6e6916263
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ private:
bool mouseDownX_ = false;
HighlightState highlightState_ = HighlightState::None;
bool highlightEnabled = true;
bool highlightEnabled_ = true;
QMenu menu_;