summaryrefslogtreecommitdiffstats
path: root/src/qrlogin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qrlogin.h')
-rw-r--r--src/qrlogin.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qrlogin.h b/src/qrlogin.h
index fa8cc82..3c3c61d 100644
--- a/src/qrlogin.h
+++ b/src/qrlogin.h
@@ -21,7 +21,14 @@ signals:
void startAuthentication(const QString &user, const QString &pass);
void updateStatus(const QString &msg);
+private slots:
+ void pollQrCodeStatus();
+
private:
+ void handleAuthReceived(const QStringList &lines);
+ void handleNoContentReceived();
+ void renderReceivedSvg();
+
QLabel *dest;
QTimer *timer;
QNetworkAccessManager *nam;