Skip to content

Commit

Permalink
fix build problems with Qt 4.4
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11578 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 6, 2009
1 parent 93c3f1f commit 53b8a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/qgsprojectproperties.cpp
Expand Up @@ -34,6 +34,7 @@

//qt includes
#include <QColorDialog>
#include <QHeaderView> // Qt 4.4
#include "qgslogger.h"

//stdc++ includes
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsproject.cpp
Expand Up @@ -1361,7 +1361,7 @@ QString QgsProject::readPath( QString src ) const
projElems.removeLast();

// append source path elements
projElems.append( srcElems );
projElems << srcElems;
projElems.removeAll( "." );

// resolve ..
Expand Down

0 comments on commit 53b8a4c

Please sign in to comment.