contactwidgethsplugin/src/contactwidgethsplugin.cpp
changeset 67 59984e68247d
parent 47 7cbcb2896f0e
equal deleted inserted replaced
66:554fe4dbbb59 67:59984e68247d
    44 
    44 
    45     if (descriptor.interfaceName() == QLatin1String("com.nokia.symbian.IHomeScreenWidget")) {
    45     if (descriptor.interfaceName() == QLatin1String("com.nokia.symbian.IHomeScreenWidget")) {
    46         return new ContactWidgetHs();
    46         return new ContactWidgetHs();
    47     } else {
    47     } else {
    48         return 0;
    48         return 0;
       
    49 		
    49     }
    50     }
    50 }
    51 }
    51 
    52 
    52 Q_EXPORT_PLUGIN2(contactwidgethsplugin, ContactWidgetHsPlugin)
    53 Q_EXPORT_PLUGIN2(contactwidgethsplugin, ContactWidgetHsPlugin)
    53 
    54