mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
parent
a4ea28c121
commit
8abc30f01d
|
@ -1416,7 +1416,9 @@ bool BtreeDictionary::getHeadwords( QStringList &headwords )
|
|||
|
||||
if( setOfHeadwords.size() )
|
||||
{
|
||||
#if QT_VERSION >= 0x040700
|
||||
headwords.reserve( setOfHeadwords.size() );
|
||||
#endif
|
||||
|
||||
QSet< QString >::const_iterator it = setOfHeadwords.constBegin();
|
||||
QSet< QString >::const_iterator end = setOfHeadwords.constEnd();
|
||||
|
|
|
@ -82,7 +82,7 @@ void normalizeWhitespace( wstring & );
|
|||
/// Unescape all wildcard symbols (for exast search)
|
||||
QString unescapeWildcardSymbols( QString const & );
|
||||
|
||||
/// Unescape all wildcard symbols (for place word to input line)
|
||||
/// Escape all wildcard symbols (for place word to input line)
|
||||
QString escapeWildcardSymbols( QString const & );
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue