Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reverted changes in QgsHttpTransaction, which have been applied unint…
…endedly in last commit

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6840 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 28, 2007
1 parent adef0a6 commit 3ba168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgshttptransaction.cpp
Expand Up @@ -144,7 +144,7 @@ bool QgsHttpTransaction::getSynchronously(QByteArray &respondedContent, int redi
while ( httpactive )
{
// Do something else, maybe even network processing events
qApp->processEvents(QEventLoop::ExcludeUserInputEvents | QEventLoop::X11ExcludeTimers);
qApp->processEvents();

// TODO: Implement a network timeout
}
Expand Down

0 comments on commit 3ba168d

Please sign in to comment.