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@5229 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 8, 2006
1 parent 6a7570f commit 273b0a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/qgsdatasourceuri.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
This structure stores the database connection information, including host, database, This structure stores the database connection information, including host, database,
user name, password, schema, password, and sql where clause user name, password, schema, password, and sql where clause
*/ */
#include <qstring.h> #include <QString>
struct QgsDataSourceURI class QgsDataSourceURI
{ {
public:
//! host name //! host name
QString host; QString host;
//! database name //! database name
Expand Down

0 comments on commit 273b0a1

Please sign in to comment.