Skip to content

Commit

Permalink
Fix for ticket #3
Browse files Browse the repository at this point in the history
Also change #includes to Qt4 naming scheme


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5229 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 8, 2006
1 parent 9319ebc commit 77bdd2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/qgsdatasourceuri.h
Expand Up @@ -25,9 +25,10 @@
This structure stores the database connection information, including host, database,
user name, password, schema, password, and sql where clause
*/
#include <qstring.h>
struct QgsDataSourceURI
#include <QString>
class QgsDataSourceURI
{
public:
//! host name
QString host;
//! database name
Expand Down

0 comments on commit 77bdd2d

Please sign in to comment.