~cyberspace/homerun/trunk

« back to all changes in this revision

Viewing changes to components/sources/runners/runnermodel.cpp

  • Committer: Eike Hein
  • Date: 2014-04-09 02:54:36 UTC
  • mfrom: (696.1.35)
  • Revision ID: git-v1:5e003f5ebabbdf4974b6e8b04ea4ddb16428773c
Merge branch 'homerun/1.2'

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
{
249
249
    Q_ASSERT(m_manager);
250
250
 
251
 
    // FIXME: KDE 4.12 replaced Nepomuk with Baloo for desktop search. Homerun's
 
251
    // FIXME: SC 4.13 replaced Nepomuk with Baloo for desktop search. Homerun's
252
252
    // default configs reference Nepomuk's "nepomuksearch" runner. The following
253
253
    // is a runtime approach to rewriting this to "baloosearch" when found. This
254
 
    // keeps things working on <4.13 while enabling 4.13+ compatibility.
 
254
    // keeps things working on <4.13 while enabling 4.13+ compatibility. It can
 
255
    // be dropped once we depend on a SC version guaranteed to have Baloo around.
255
256
    KPluginInfo::List runners = m_manager->listRunnerInfo();
256
257
 
257
258
    foreach(const KPluginInfo &runner, runners) {