goldendict-ng/wildcard.hh

9 lines
146 B
C++
Raw Normal View History

2018-02-22 16:49:54 +00:00
#ifndef __WILCARD_HH_INCLUDED__
#define __WILCARD_HH_INCLUDED__
#include <QString>
QString wildcardsToRegexp( const QString & wc_str );
#endif