emailuis/nmindicatorplugin/src/nmsendingindicator.cpp
changeset 54 997a02608b3a
parent 30 759dc5235cdb
child 57 ae34e1715e21
equal deleted inserted replaced
53:bf7eb7911fc5 54:997a02608b3a
    47 
    47 
    48     No texts or icons show by this indicator
    48     No texts or icons show by this indicator
    49 */
    49 */
    50 QVariant NmSendingIndicator::indicatorData(int role) const
    50 QVariant NmSendingIndicator::indicatorData(int role) const
    51 {
    51 {
    52     if (role==MonoDecorationNameRole) {
    52     if (role==DecorationNameRole) {
    53 		// Must return non-empty to make the indicator visible
    53 		// Must return non-empty to make the indicator visible
    54 		return " ";
    54 		return " ";
    55 	}
    55 	}
    56 
    56 
    57     return QVariant();
    57     return QVariant();