mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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
|