Skip to content
Permalink
Browse files
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk@14346 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 6, 2010
1 parent 2e43a95 commit 6080f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
@@ -170,7 +170,7 @@ namespace QgisGui
return myPair;
} //

static QString createFileFilter_( QString const &longName, QString const &glob )
QString createFileFilter_( QString const &longName, QString const &glob )
{
return longName + " (" + glob.toLower() + " " + glob.toUpper() + ")";
} // createFileFilter_
@@ -97,8 +97,7 @@ namespace QgisGui
* @note added in 1.6
*/
static QString createFileFilter_( QString const &longName, QString const &glob );

QString createFileFilter_( QString const &longName, QString const &glob );
}

#endif

0 comments on commit 6080f7d

Please sign in to comment.