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:
Bruno
2021-04-18 13:04:16 +02:00
parent c6d01c1420
commit 2392d844d9
17 changed files with 83 additions and 23 deletions

View File

@@ -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