~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to kded/event.cpp

Tags: upstream-1.3.65
ImportĀ upstreamĀ versionĀ 1.3.65

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
 
195
195
void Event::ignore()
196
196
{
197
 
    m_notifierItem->deleteLater();
 
197
    delete m_notifierItem;
198
198
    m_notifierItem = 0;
199
199
    notifyClosed();
200
200
}