Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use Qt::Dialog instead of Qt::Tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@5442 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed May 11, 2006
1 parent 38f9677 commit 997cb23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/qgsidentifyresults.h
Expand Up @@ -39,8 +39,11 @@ class QgsIdentifyResults: public QWidget, private Ui::QgsIdentifyResultsBase

//! Constructor - takes it own copy of the QgsAttributeAction so
// that it is independent of whoever created it.
//QgsIdentifyResults(const QgsAttributeAction& actions, QWidget *parent = 0,
// Qt::WFlags f = Qt::Tool | Qt::MSWindowsFixedSizeDialogHint |Qt::WindowTitleHint);

QgsIdentifyResults(const QgsAttributeAction& actions, QWidget *parent = 0,
Qt::WFlags f = Qt::Tool | Qt::MSWindowsFixedSizeDialogHint |Qt::WindowTitleHint);
Qt::WFlags f = Qt::Dialog );

~QgsIdentifyResults();
/** Add an attribute to the feature display node */
Expand Down

0 comments on commit 997cb23

Please sign in to comment.