Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some cleanups in wfs provider, display the number of bytes received t…
…o entertain the user while loading

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7658 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 26, 2007
1 parent e47d33b commit fc7002a
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 720 deletions.
1 change: 1 addition & 0 deletions src/providers/wfs/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ SET(WFS_SRCS qgswfsprovider.cpp qgswfsdata.cpp)

SET (WFS_MOC_HDRS
qgswfsdata.h
qgswfsprovider.h
)

IF(NOT MSVC)
Expand Down
4 changes: 3 additions & 1 deletion src/providers/wfs/qgswfsdata.h
Expand Up @@ -44,7 +44,9 @@ class QgsWFSData: public QObject
@param features the features of the layer
@return 0 in case of success*/
int getWFSData();

/**Returns a pointer to the internal QHttp object (mainly for the purpose of making singal/slot connections*/
const QHttp* http() const {return &mHttp;}

private slots:
void setFinished(bool error);

Expand Down

0 comments on commit fc7002a

Please sign in to comment.