Couple of unnecessary includes removed.
[jenirok] / src / daemon / calllistener.h
index d842f81..2ec5b7f 100644 (file)
@@ -64,6 +64,8 @@ private:
     bool handleConnection();
     void showError(QString const& msg, int delay = 0);
     void sleep(int ms);
+    void findGprsId();
+    bool is3g();
     QString createResult(QString const& name, QString const& street, QString const& city);
     QString timedMessage_;
     Source* source_;
@@ -77,6 +79,7 @@ private:
     int retries_;
     QString currentSearch_;
     int timer_;
+    QString gprsId_;
 };
 
 #endif // CALLLISTENER_H