~ubuntu-branches/ubuntu/trusty/kde-workspace/trusty-security

« back to all changes in this revision

Viewing changes to krunner/interfaces/default/interface.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2014-03-28 16:16:03 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20140328161603-zln21s5tq3lmurzm
Tags: 4:4.11.7-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
382
382
    } else if (!term.isEmpty()) {
383
383
        m_searchTerm->setItemText(0, term);
384
384
        m_searchTerm->setCurrentIndex(0);
 
385
    } else {
 
386
        m_searchTerm->reset();
385
387
    }
386
388
}
387
389