X-Git-Url: http://git.maemo.org/git/?p=mdictionary;a=blobdiff_plain;f=src%2Fmdictionary%2Fgui%2FSearchBarWidget.cpp;h=95e2543823211f3b77d5eaa8a370452c4ef27064;hp=88645b1452403f4b4004ab6ba71e2fdbd93f737e;hb=f5d6d4c41bd2fb14795308bb0f2edf9b395b75d8;hpb=1d965ced7a948998a34497324c82685d724b00d1 diff --git a/src/mdictionary/gui/SearchBarWidget.cpp b/src/mdictionary/gui/SearchBarWidget.cpp index 88645b1..95e2543 100644 --- a/src/mdictionary/gui/SearchBarWidget.cpp +++ b/src/mdictionary/gui/SearchBarWidget.cpp @@ -97,8 +97,8 @@ SearchBarWidget::SearchBarWidget(QWidget *parent) : QWidget(parent) { emit setEnableHistoryPrev(false); completerModel = new QStringListModel(this); - // connect(&delayTimer, SIGNAL(timeout()), - // this, SLOT(delaySearchTimeout())); + connect(&delayTimer, SIGNAL(timeout()), + this, SLOT(delaySearchTimeout())); view->setFocus(); @@ -364,6 +364,7 @@ void SearchBarWidget::setEnabled(bool enabled) { historyShowToolButton->setEnabled(false); } #endif +qDebug()<<"tu2???"; } void SearchBarWidget::setBusy() { @@ -390,7 +391,7 @@ void SearchBarWidget::setBusy() { } void SearchBarWidget::updateBusyTimer(){ - // qDebug()<<"test12"; + qDebug()<<"test12"; if(progressMax==true){ emit progresSetValue2(0); progressMax=false;