Navigation Menu

Skip to content

Commit

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

git-svn-id: http://svn.osgeo.org/qgis/trunk@6840 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 28, 2007
1 parent 165c4f3 commit f2e78d9
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 f2e78d9

Please sign in to comment.