Skip to content

Commit 273b0a1

Browse files
author
g_j_m
committedApr 8, 2006
Fix for ticket #3
Also change #includes to Qt4 naming scheme git-svn-id: http://svn.osgeo.org/qgis/trunk@5229 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6a7570f commit 273b0a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/core/qgsdatasourceuri.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
This structure stores the database connection information, including host, database,
2626
user name, password, schema, password, and sql where clause
2727
*/
28-
#include <qstring.h>
29-
struct QgsDataSourceURI
28+
#include <QString>
29+
class QgsDataSourceURI
3030
{
31+
public:
3132
//! host name
3233
QString host;
3334
//! database name

0 commit comments

Comments
 (0)