controlpanelui/src/cpplugins/keytouchfdbkplugin/src/cpkeyscreenview.cpp
changeset 22 a5692c68d772
parent 21 2883a5458389
child 26 808caa51b78b
equal deleted inserted replaced
21:2883a5458389 22:a5692c68d772
    58             makeRotateItem(*model);
    58             makeRotateItem(*model);
    59         }
    59         }
    60 
    60 
    61         makeBrightnessItem(*model);
    61         makeBrightnessItem(*model);
    62 
    62 
    63         if ( mModel->isCallibrationSupported() ) {
    63        /* if ( mModel->isCallibrationSupported() ) {
    64             makeCallibrationItem(*model);
    64             makeCallibrationItem(*model);
    65         }
    65         }*/
    66 
    66 
    67         form->setModel(model);
    67         form->setModel(model);
    68     }
    68     }
    69 }
    69 }
    70 
    70