Fixe for ticket #410. May need tweaking for Mac?

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6150 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-11-30 07:14:49 +00:00
parent 1becbb9d30
commit 356e70c682

View File

@ -36,7 +36,7 @@
#include <QToolButton>
QgsAttributeTableDisplay::QgsAttributeTableDisplay(QgsVectorLayer* layer, QgisApp * qgisApp)
: QDialog(),
: QDialog(0, Qt::Window),
mLayer(layer),
mQgisApp(qgisApp)
{