mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-04-26 17:54:42 +00:00
ref #59 Change comment for method and name variable.
This commit is contained in:
parent
6d548b3832
commit
0b0a1c6cb3
@ -19,7 +19,7 @@ bool Signer::checkSign(const Config &objConf) {
|
||||
|
||||
IFileManager *Signer::searchFileByExt(const QString &extension) {
|
||||
|
||||
for (auto itemFM: FileManager) {
|
||||
for (auto itemFM: _fileManager) {
|
||||
|
||||
if (itemFM && itemFM->isSupport(itemFM->toExtension(extension))) {
|
||||
return itemFM;
|
||||
|
@ -31,7 +31,7 @@ public:
|
||||
/**
|
||||
* @brief searchFileByExt The method that searches for files with the desired extension.
|
||||
* @param extension This is the file extension to search.
|
||||
* @return Returns a pointer to the FileManager of the found extension.
|
||||
* @return Returns a pointer to the FileManager of the found extension, or nullptr if the file extension was not found.
|
||||
*/
|
||||
IFileManager *searchFileByExt(const QString &extension);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user