Completely rework login job

Now .well-know is obsolete and also error message are correctly
displayed
This commit is contained in:
Carl Schwan
2020-12-03 00:34:10 +01:00
parent 8355ceeeb0
commit 21cd37c21e
3 changed files with 35 additions and 39 deletions

View File

@@ -94,10 +94,10 @@ private Q_SLOTS:
Q_SIGNALS:
void busyChanged();
/// Error occured because of user inputs
void errorOccured(QString _t1, QString _t2);
void errorOccured(QString error, QString detail);
/// Error occured because of server or bug in NeoChat
void globalErrorOccured(QString _t1, QString _t2);
void globalErrorOccured(QString error, QString detail);
void syncDone();
void connectionAdded(Quotient::Connection *_t1);
void connectionDropped(Quotient::Connection *_t1);