From dad035cd95173350b6d239413bb5be298604e571 Mon Sep 17 00:00:00 2001 From: g_j_m Date: Thu, 30 Nov 2006 07:14:49 +0000 Subject: [PATCH] Fixe for ticket #410. May need tweaking for Mac? git-svn-id: http://svn.osgeo.org/qgis/trunk@6150 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/gui/qgsattributetabledisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qgsattributetabledisplay.cpp b/src/gui/qgsattributetabledisplay.cpp index 0ffe023090f..32c6c1b85e3 100644 --- a/src/gui/qgsattributetabledisplay.cpp +++ b/src/gui/qgsattributetabledisplay.cpp @@ -36,7 +36,7 @@ #include QgsAttributeTableDisplay::QgsAttributeTableDisplay(QgsVectorLayer* layer, QgisApp * qgisApp) -: QDialog(), +: QDialog(0, Qt::Window), mLayer(layer), mQgisApp(qgisApp) {