goldendict-ng/wildcard.hh
2018-02-22 19:49:54 +03:00

9 lines
146 B
C++

#ifndef __WILCARD_HH_INCLUDED__
#define __WILCARD_HH_INCLUDED__
#include <QString>
QString wildcardsToRegexp( const QString & wc_str );
#endif