mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
Making classes non-assignable
Following CppCheck recomendation, all classes that should not be manipulated by value are made non-assignable to ensure no mistake is made.
This commit is contained in:
@@ -100,7 +100,7 @@ UserInterface::UserInterface()
|
||||
show_opengl_about = false;
|
||||
show_view_navigator = 0;
|
||||
target_view_navigator = 1;
|
||||
currentTextEdit = "";
|
||||
currentTextEdit.clear();
|
||||
screenshot_step = 0;
|
||||
|
||||
// keep hold on frame grabbers
|
||||
|
||||
Reference in New Issue
Block a user