tools/assistant/lib/qhelpengine.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    78     contentModel = new QHelpContentModel(this);
    78     contentModel = new QHelpContentModel(this);
    79     indexModel = new QHelpIndexModel(this);
    79     indexModel = new QHelpIndexModel(this);
    80 
    80 
    81     connect(helpEngineCore, SIGNAL(setupFinished()),
    81     connect(helpEngineCore, SIGNAL(setupFinished()),
    82         this, SLOT(applyCurrentFilter()));
    82         this, SLOT(applyCurrentFilter()));
    83     connect(helpEngineCore, SIGNAL(currentFilterChanged(const QString&)),
    83     connect(helpEngineCore, SIGNAL(currentFilterChanged(QString)),
    84         this, SLOT(applyCurrentFilter()));
    84         this, SLOT(applyCurrentFilter()));
    85 
    85 
    86 }
    86 }
    87 
    87 
    88 void QHelpEnginePrivate::applyCurrentFilter()
    88 void QHelpEnginePrivate::applyCurrentFilter()