mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@12354 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
4bb5cad2cc
commit
ce4bfba350
@ -21,9 +21,9 @@
|
||||
namespace QgisGui
|
||||
{
|
||||
|
||||
bool openFilesRememberingFilter( QString const &filterName,
|
||||
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
|
||||
bool cancelAll )
|
||||
bool GUI_EXPORT openFilesRememberingFilter( QString const &filterName,
|
||||
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
|
||||
bool cancelAll )
|
||||
{
|
||||
|
||||
bool haveLastUsedFilter = false; // by default, there is no last
|
||||
|
@ -75,9 +75,9 @@ namespace QgisGui
|
||||
@note added in 1.4
|
||||
*/
|
||||
|
||||
bool openFilesRememberingFilter( QString const &filterName,
|
||||
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
|
||||
bool cancelAll = false );
|
||||
bool GUI_EXPORT openFilesRememberingFilter( QString const &filterName,
|
||||
QString const &filters, QStringList & selectedFiles, QString& enc, QString &title,
|
||||
bool cancelAll = false );
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user