src/hbcore/gui/hbdevicefadecontrolwin.cpp
changeset 21 4633027730f5
parent 0 16d8024aca5e
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    43 void HbDeviceFadeControl::setFadeOff(bool fadeOff)
    43 void HbDeviceFadeControl::setFadeOff(bool fadeOff)
    44 {
    44 {
    45     Q_UNUSED(fadeOff)
    45     Q_UNUSED(fadeOff)
    46 }
    46 }
    47 
    47 
    48 // Return if this fade controll is a setter. There is only one setter
    48 // Return if this fade control is a setter. There is only one setter
    49 // (device dialog server)in a device. All other instances are getters.
    49 // (device dialog server)in a device. All other instances are getters.
    50 bool HbDeviceFadeControl::isSetter()
    50 bool HbDeviceFadeControl::isSetter()
    51 {
    51 {
    52     return false; // no device dialog server on Win/Linux
    52     return false; // no device dialog server on Win/Linux
    53 }
    53 }