CCBUG: 210256
svn path=/trunk/KDE/kdebase/apps/; revision=
1070848
// was selected before and now nothing is selected) the selectionChangedSignal must
// be emitted asynchronously as fast as possible to update the edit-actions.
m_selectionChangedTimer->setInterval(selectionStateChanged ? 0 : 300);
// was selected before and now nothing is selected) the selectionChangedSignal must
// be emitted asynchronously as fast as possible to update the edit-actions.
m_selectionChangedTimer->setInterval(selectionStateChanged ? 0 : 300);
- const int foo = selectionStateChanged ? 0 : 300;
m_selectionChangedTimer->start();
}
m_selectionChangedTimer->start();
}