X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fhttpclient.cpp;h=9c32c3808738fcd48b5fd5c9acdb062dab9702e3;hb=9611ee9de1ead9376e3bb7613e881196420950fb;hp=12e681a5f63df5d7757dac780bea76a7f95c3ab4;hpb=f110bcd06799fb5d56821cc5cca946548986a4c6;p=speedfreak diff --git a/Client/httpclient.cpp b/Client/httpclient.cpp index 12e681a..9c32c38 100644 --- a/Client/httpclient.cpp +++ b/Client/httpclient.cpp @@ -306,7 +306,10 @@ void HttpClient::ackOfRegistration() else { qDebug() << "errorcode=0" << errorcode << reply->errorString(); if(myMainw->settingsDialog) + { QMessageBox::about(myMainw->settingsDialog, "Server reply to registration", "User registration " + reply->readAll()); + myMainw->settingsDialog->clearRegisterLineEdits(); + } } }