Skip to content

Commit a22ebae

Browse files
author
g_j_m
committed
Fix another unintended change in r5978 that also disabled postgres
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5981 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1a7f73a commit a22ebae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/gui/qgsvectorlayerproperties.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
#include "qgsuniquevaluedialog.h"
2929
#include "qgsvectordataprovider.h"
3030
#include "qgsvectorlayer.h"
31-
32-
#ifdef WIN32
33-
//temporary hack by Tim to disable pg on windows
34-
#undef HAVE_POSTGRESQL
35-
#endif
3631
#ifdef HAVE_POSTGRESQL
3732
#include "qgspgquerybuilder.h"
3833
#include "../providers/postgres/qgspostgresprovider.h"

0 commit comments

Comments
 (0)