We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1becbb9 commit 356e70cCopy full SHA for 356e70c
src/gui/qgsattributetabledisplay.cpp
@@ -36,7 +36,7 @@
36
#include <QToolButton>
37
38
QgsAttributeTableDisplay::QgsAttributeTableDisplay(QgsVectorLayer* layer, QgisApp * qgisApp)
39
-: QDialog(),
+: QDialog(0, Qt::Window),
40
mLayer(layer),
41
mQgisApp(qgisApp)
42
{
0 commit comments