summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-12 17:07:46 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-13 12:33:49 +0000
commit3f25eda0ed669e61cc5e77f8d75771049ffab0c0 (patch)
tree8662ab38311c2041694e53a8db4c855a2d890b84 /.gitignore
parentf11c190c06369892a41794c644ddbf15810608fc (diff)
QFileDialog: fix overwritten filter
Consider the following code: QFileDialog dlg; dlg.setFilter(QDir::Hidden | ...); dlg.setOption(QFileDialog::DontUseNativeDialog) setFilter stores the filter value in QDialogPrivate::options. setOption will overwrite this value with the default value from a newly created QFileSystemModel. The intention was to set the filter in the model to the value in options. Change-Id: I561c5cf1ad4d9d729a56620d86ec549eb3105a07 Task-number: QTBUG-37085 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions