Skip to content

Commit 34c7bdf

Browse files
author
mhugent
committedJan 23, 2008
Remove cursor manipulation from httptransaction to make core library X11 independent
git-svn-id: http://svn.osgeo.org/qgis/trunk@8032 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d973cc4 commit 34c7bdf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/core/qgshttptransaction.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ bool QgsHttpTransaction::getSynchronously(QByteArray &respondedContent, int redi
138138
QgsDebugMsg("QgsHttpTransaction::getSynchronously: Starting get with id " + QString::number(httpid) + ".");
139139
QgsDebugMsg("QgsHttpTransaction::getSynchronously: Setting httpactive = TRUE");
140140

141-
// let the user know we're going to possibly be taking a while
142-
QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
143-
144141
httpactive = TRUE;
145142

146143
// A little trick to make this function blocking
@@ -150,8 +147,6 @@ bool QgsHttpTransaction::getSynchronously(QByteArray &respondedContent, int redi
150147
qApp->processEvents();
151148
}
152149

153-
QApplication::restoreOverrideCursor();
154-
155150
#ifdef QGISDEBUG
156151
QgsDebugMsg("QgsHttpTransaction::getSynchronously: Response received.");
157152

0 commit comments

Comments
 (0)
Please sign in to comment.