Update Deploy/deploycore.h

Co-authored-by: Igor loschinin <igor.loschinin2014@yandex.ru>
This commit is contained in:
Andrei Yankovich 2021-09-02 09:21:57 +03:00 committed by GitHub
parent f7576405e6
commit b9c31b665c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ public:
static QFileInfo findItem(const QString &file);
/**
* @brief getCaseSensitivity This method return case sensitivity for a @a checkedFile. Usualy return Qt::CaseSensiativy exept windows binaryes files like a dll and exe.
* @brief getCaseSensitivity This method return case sensitivity for a @a checkedFile. Usually return Qt::CaseSensiativy exept windows binaryes files like a dll and exe.
* @param checkedFile This is checked file. By default empty value.
* @return Qt CaseSensitivity value
*/