Skip to content

Commit cf477cb

Browse files
committed
fix build error on precise
1 parent 12c6609 commit cf477cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgisgui.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ namespace QgisGui
8383
* the file type
8484
* @note added in 1.6
8585
*/
86-
QPair<QString, QString> GUI_EXPORT getSaveAsImageName( QWidget * theParent, QString theMessage, QString defaultFilename = NULL );
86+
QPair<QString, QString> GUI_EXPORT getSaveAsImageName( QWidget * theParent, QString theMessage, QString defaultFilename = QString::null );
8787

8888
/**
8989

0 commit comments

Comments
 (0)