Skip to content

Commit 3ba168d

Browse files
author
mhugent
committed
Reverted changes in QgsHttpTransaction, which have been applied unintendedly in last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6840 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent adef0a6 commit 3ba168d

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)