fix Coverity issues

This commit is contained in:
wmayer
2016-08-21 14:03:02 +02:00
parent 8cc3ee64e8
commit 0824c5fd3c
29 changed files with 621 additions and 543 deletions

View File

@@ -47,6 +47,10 @@ using namespace Gui;
AbstractMouseSelection::AbstractMouseSelection() : _pcView3D(0)
{
m_iXold = 0;
m_iYold = 0;
m_iXnew = 0;
m_iYnew = 0;
m_bInner = true;
}
@@ -245,6 +249,7 @@ static const char* cursor_cut_scissors[]= {
PolyPickerSelection::PolyPickerSelection()
{
lastConfirmed = false;
}
void PolyPickerSelection::setColor(float r, float g, float b, float a)