action: remove qt version from check action

This commit is contained in:
YiFang Xiao 2023-10-16 14:47:31 +08:00
parent 8a6586a3f8
commit f0dcc362fa
3 changed files with 2 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
qt_ver: [5.15.2,6.5.2,6.6.0]
qt_ver: [5.15.2,6.6.0]
qt_arch: [gcc_64]
steps:

View file

@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [windows-2019]
qt_ver: [5.15.2,6.5.2,6.6.0]
qt_ver: [5.15.2,6.6.0]
qt_arch: [win64_msvc2019_64]
steps:
- uses: actions/setup-python@v3

View file

@ -805,7 +805,6 @@ void DictServerArticleRequest::cancel()
}
sptr< WordSearchRequest > DictServerDictionary::prefixMatch( wstring const & word, unsigned long maxResults )
{
(void)maxResults;
if ( word.size() > 80 ) {