Clean up comments from debugging
This commit is contained in:
parent
7d6963b459
commit
530fa41856
@ -65,7 +65,6 @@ void AuthenticationReply::setFinished()
|
|||||||
{
|
{
|
||||||
m_timer->stop();
|
m_timer->stop();
|
||||||
|
|
||||||
//emit finished();
|
|
||||||
// emit in next event loop
|
// emit in next event loop
|
||||||
QTimer::singleShot(0, this, &AuthenticationReply::finished);
|
QTimer::singleShot(0, this, &AuthenticationReply::finished);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user