X-Git-Url: http://git.maemo.org/git/?p=jenirok;a=blobdiff_plain;f=src%2Fdaemon%2Fcalllistener.h;h=0cd70edbb3f2a21d132c10b347fe754e8b1e99ec;hp=639504891d7a1929c584cc3805e80aee804a4818;hb=28a07e35293ce3ee730b72de527e9d145fa47129;hpb=9127dc5e47aee7fa6659f45ae60a9394612f27b1 diff --git a/src/daemon/calllistener.h b/src/daemon/calllistener.h index 6395048..0cd70ed 100644 --- a/src/daemon/calllistener.h +++ b/src/daemon/calllistener.h @@ -42,7 +42,7 @@ public: static const int CONNECT_RETRIES = 3; static const int CONNECTION_LOOKUP_RETRIES = 15; static const int WAIT_BETWEEN_RETRIES = 1000; - static const int ERROR_BANNER_TIMEOUT = 4000; + static const int ERROR_BANNER_TIMEOUT = 4500; protected: virtual void timerEvent(QTimerEvent* event); @@ -62,7 +62,7 @@ private: void searchInit(); void searchClose(); bool handleConnection(); - void showError(QString const& msg); + void showError(QString const& msg, int delay = 0); void sleep(int ms); QString createResult(QString const& name, QString const& street, QString const& city); QString timedMessage_;