X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=inline;f=src%2Fdaemon%2Fcalllistener.h;h=b7c6edfb62492b3a98009c2d5fdf870d692f1456;hb=31ef9f4b5b1ce522a5c76332a0ae439abe2a1c44;hp=41ea53ec062a422f4a15c1fb824e32e7f65730e1;hpb=f47fcb3ca78e8b27cace31fb18becd9dfa35d3d8;p=jenirok diff --git a/src/daemon/calllistener.h b/src/daemon/calllistener.h index 41ea53e..b7c6edf 100644 --- a/src/daemon/calllistener.h +++ b/src/daemon/calllistener.h @@ -39,7 +39,7 @@ public: void begin(); void end(); static const int REQUEST_TIMEOUT = 15000; - static const int BANNER_DELAY = 400; + static const int BANNER_DELAY = 350; private slots: void requestFinished(QVector const& results, Eniro::SearchDetails const& details, bool error); @@ -52,7 +52,7 @@ private: void search(Eniro::SearchDetails const& details); void showResult(QString const& text); - void showDelayedResult(QString const& text); + void showDelayedResult(QString const& text, int delay); QString createResult(QString const& name, QString const& street, QString const& city); QString timedMessage_; Eniro* eniro_;