Changeset 11988 in osm for applications/editors
- Timestamp:
- 2008-11-19T18:48:14+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/webkit-image.cpp
r11986 r11988 67 67 BINARYSTDOUT 68 68 if(f.open(stdout, QIODevice::WriteOnly|QIODevice::Unbuffered)) 69 p.save(&f, " PNG");69 p.save(&f, "JPG"); 70 70 } 71 71 emit finish();
Note:
See TracChangeset
for help on using the changeset viewer.