Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14346 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 6, 2010
1 parent 4f16935 commit d0bce02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gui/qgisgui.cpp
Expand Up @@ -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_
Expand Down
3 changes: 1 addition & 2 deletions src/gui/qgisgui.h
Expand Up @@ -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 d0bce02

Please sign in to comment.