4 Commits

Author SHA1 Message Date
Carl Simonson
665f0a32fe Replace WFlags with WindowFlags
It has long been in Qt 4 that the WFlags window flags argument has been
renamed to WindowFlags. In fact, WFlags is just a typedef to WindowFlags.
In Qt 5, this will go away, so we can change this now to make transition
easier in the future.

This should not have any affect on API or ABI, as the symbol names already
have WindowFlags in them anyway.

This change concentrates on the sources in the src directory. There are
a few more places in the python directory that can be done later.
2014-03-27 10:43:11 +01:00
Juergen E. Fischer
1a2c387d63 fix warnings 2013-03-30 11:38:55 +01:00
Larry Shaffer
22debea861 Remove WA_DeleteOnClose attribute from QgsBusyIndicatorDialog
- Add default title
2013-03-27 20:37:07 -06:00
Larry Shaffer
25f067c9ff Move busy indicator dialog out of composer and into own gui class 2013-03-27 18:17:50 -06:00