No password authentication - it does not work!
[urpo] / src / urpoconnection.h
index 6035ec9..c647de7 100644 (file)
@@ -94,10 +94,6 @@ public:
       */
     QString getKeyOption();
 
-    /*!  Password or passphrase (UNSECURE!)
-      */
-    virtual QString getPassword() const = 0;
-
 private:
     /*! Receiver for debugMsg(QString&) signals */
     QObject* debugMonitor_;