Kaydet (Commit) 67cfd9f3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'bValue' may be used uninitialized in this function

Change-Id: I6fd6f679dd81707483c6834a4d4b2ca935f7c515
üst 556997ba
......@@ -217,7 +217,7 @@ Any OCheckBoxModel::translateDbColumnToControlValue()
//////////////////////////////////////////////////////////////////
// Set value in ControlModel
bool bValue;
bool bValue = false;
if(DbUseBool())
{
bValue = m_xColumn->getBoolean();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment