clock/clockui/clockviews/src/clockmainview.cpp
changeset 83 5aadd1120515
parent 81 ce92091cbd61
equal deleted inserted replaced
82:dcd0ca396fa1 83:5aadd1120515
   522 	Slot which is called when the value changes in cenrep.
   522 	Slot which is called when the value changes in cenrep.
   523 
   523 
   524 	\param key The key which got changed in cenrep.
   524 	\param key The key which got changed in cenrep.
   525 	\param value The new value of that key.
   525 	\param value The new value of that key.
   526  */
   526  */
   527 void ClockMainView::eventMonitor(
   527 void ClockMainView::eventMonitor(const XQSettingsKey& key, const QVariant& value)
   528 		const XQSettingsKey& key, const QVariant& value)
   528 {
   529 {
   529 	Q_UNUSED(value)
       
   530 	
   530 	OstTraceFunctionEntry0( CLOCKMAINVIEW_EVENTMONITOR_ENTRY );
   531 	OstTraceFunctionEntry0( CLOCKMAINVIEW_EVENTMONITOR_ENTRY );
   531 	if (key.uid() == KCRUidClockApp && key.key() == KClockType) {
   532 	if (key.uid() == KCRUidClockApp && key.key() == KClockType) {
   532 		// Update view
   533 		// Update view
   533 		updateView();
   534 		updateView();
   534 	}
   535 	}