mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
9 lines
146 B
C++
9 lines
146 B
C++
|
#ifndef __WILCARD_HH_INCLUDED__
|
||
|
#define __WILCARD_HH_INCLUDED__
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
QString wildcardsToRegexp( const QString & wc_str );
|
||
|
|
||
|
#endif
|