Skip to content

Commit d0bce02

Browse files
author
jef
committed
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14346 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4f16935 commit d0bce02

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/gui/qgisgui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ namespace QgisGui
170170
return myPair;
171171
} //
172172

173-
static QString createFileFilter_( QString const &longName, QString const &glob )
173+
QString createFileFilter_( QString const &longName, QString const &glob )
174174
{
175175
return longName + " (" + glob.toLower() + " " + glob.toUpper() + ")";
176176
} // createFileFilter_

src/gui/qgisgui.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ namespace QgisGui
9797
* @note added in 1.6
9898
9999
*/
100-
static QString createFileFilter_( QString const &longName, QString const &glob );
101-
100+
QString createFileFilter_( QString const &longName, QString const &glob );
102101
}
103102

104103
#endif

0 commit comments

Comments
 (0)