svn path=/trunk/KDE/kdebase/apps/; revision=973289
// URL instead of all items of the view
KUrlNavigator* urlNavigator = m_activeViewContainer->urlNavigator();
// URL instead of all items of the view
KUrlNavigator* urlNavigator = m_activeViewContainer->urlNavigator();
- QLineEdit* lineEdit = urlNavigator->editor()->lineEdit();
+ QLineEdit* lineEdit = urlNavigator->editor()->lineEdit(); // krazy:exclude=qclasses
const bool selectUrl = urlNavigator->isUrlEditable() &&
lineEdit->hasFocus();
if (selectUrl) {
const bool selectUrl = urlNavigator->isUrlEditable() &&
lineEdit->hasFocus();
if (selectUrl) {
navigator->setFocus();
// select the whole text of the combo box editor
navigator->setFocus();
// select the whole text of the combo box editor
- QLineEdit* lineEdit = navigator->editor()->lineEdit();
+ QLineEdit* lineEdit = navigator->editor()->lineEdit(); // krazy:exclude=qclasses
const QString text = lineEdit->text();
lineEdit->setSelection(0, text.length());
}
const QString text = lineEdit->text();
lineEdit->setSelection(0, text.length());
}
void Nepomuk::TagCloud::showTags( const QList<Tag>& tags )
{
void Nepomuk::TagCloud::showTags( const QList<Tag>& tags )
{
d->showAllTags = false;
d->invalidateCachedValues();
d->nodes.clear();
d->showAllTags = false;
d->invalidateCachedValues();
d->nodes.clear();