We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f16935 commit d0bce02Copy full SHA for d0bce02
src/gui/qgisgui.cpp
@@ -170,7 +170,7 @@ namespace QgisGui
170
return myPair;
171
} //
172
173
- static QString createFileFilter_( QString const &longName, QString const &glob )
+ QString createFileFilter_( QString const &longName, QString const &glob )
174
{
175
return longName + " (" + glob.toLower() + " " + glob.toUpper() + ")";
176
} // createFileFilter_
src/gui/qgisgui.h
@@ -97,8 +97,7 @@ namespace QgisGui
97
* @note added in 1.6
98
99
*/
100
- static QString createFileFilter_( QString const &longName, QString const &glob );
101
-
+ QString createFileFilter_( QString const &longName, QString const &glob );
102
}
103
104
#endif
0 commit comments