mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
fix potential link error on windows - if anything was using
QgisGui::createFileFilter_() outside of the gui dll it would produce a link error
This commit is contained in:
parent
e5ac88f3bc
commit
1cd7dc6aea
@ -90,7 +90,7 @@ namespace QgisGui
|
||||
call. The regular express, glob, will have both all lower and upper
|
||||
case versions added.
|
||||
*/
|
||||
QString createFileFilter_( QString const &longName, QString const &glob );
|
||||
QString GUI_EXPORT createFileFilter_( QString const &longName, QString const &glob );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user