mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #2817
git-svn-id: http://svn.osgeo.org/qgis/trunk@13746 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b7ebbf78e0
commit
6878a84db9
@ -36,7 +36,7 @@
|
||||
#include <QEvent>
|
||||
#include <QFile>
|
||||
#include <QFileInfo>
|
||||
#include <QImageReader>
|
||||
#include <QImageWriter>
|
||||
#include <QInputDialog>
|
||||
#include <QKeyEvent>
|
||||
#include <QLabel>
|
||||
@ -3439,7 +3439,7 @@ void QgisApp::saveMapAsImage()
|
||||
// get a list of supported output image types
|
||||
int myCounterInt = 0;
|
||||
QString myFilters;
|
||||
QList<QByteArray> formats = QImageReader::supportedImageFormats();
|
||||
QList<QByteArray> formats = QImageWriter::supportedImageFormats();
|
||||
|
||||
for ( ; myCounterInt < formats.count(); myCounterInt++ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user