Commit 58ccd53
committed
QUrl::FormattingOptions flag arguments didn't work for Qt 5
QUrl::FormattingOptions has the peculiar situation that it actually consists of values from QUrl::UrlFormattingOption and QUrl::ComponentFormattingOption.
It seems the moc doesn't support this situation, so at least support the UrlFormattingOption values.
(I left the old entry in to support Qt 4, but I don't know if PythonQt even still works with Qt 5)1 parent d3ac0f0 commit 58ccd53
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| 697 | + | |
697 | 698 | | |
698 | 699 | | |
699 | 700 | | |
| |||
0 commit comments