Skip to content

Commit f2e78d9

Browse files
author
mhugent
committedMar 28, 2007
Reverted changes in QgsHttpTransaction, which have been applied unintendedly in last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@6840 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 165c4f3 commit f2e78d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgshttptransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ bool QgsHttpTransaction::getSynchronously(QByteArray &respondedContent, int redi
144144
while ( httpactive )
145145
{
146146
// Do something else, maybe even network processing events
147-
qApp->processEvents(QEventLoop::ExcludeUserInputEvents | QEventLoop::X11ExcludeTimers);
147+
qApp->processEvents();
148148

149149
// TODO: Implement a network timeout
150150
}

0 commit comments

Comments
 (0)
Please sign in to comment.