Skip to content

Commit

Permalink
Remove cursor manipulation from httptransaction to make core library …
Browse files Browse the repository at this point in the history
…X11 independent

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8032 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 23, 2008
1 parent 21febb7 commit 407d2e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/qgshttptransaction.cpp
Expand Up @@ -138,9 +138,6 @@ bool QgsHttpTransaction::getSynchronously(QByteArray &respondedContent, int redi
QgsDebugMsg("QgsHttpTransaction::getSynchronously: Starting get with id " + QString::number(httpid) + ".");
QgsDebugMsg("QgsHttpTransaction::getSynchronously: Setting httpactive = TRUE");

// let the user know we're going to possibly be taking a while
QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));

httpactive = TRUE;

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

QApplication::restoreOverrideCursor();

#ifdef QGISDEBUG
QgsDebugMsg("QgsHttpTransaction::getSynchronously: Response received.");

Expand Down

0 comments on commit 407d2e0

Please sign in to comment.