search for: geterrorcod

Displaying 1 result from an estimated 1 matches for "geterrorcod".

Did you mean: geterrorcode
2020 Nov 19
1
Learning to build applications
...-1), ^ src/exception.cpp: In static member function ?static QString Exception::getErrorMessage(ErrorCode)?: src/exception.cpp:371:25: error: ?enum_cast? was not declared in this scope if(enum_cast(error_code) < ErrorCount) ^ src/exception.cpp: In static member function ?static QString Exception::getErrorCode(ErrorCode)?: src/exception.cpp:382:25: error: ?enum_cast? was not declared in this scope if(enum_cast(error_code) < ErrorCount) ^ src/exception.cpp: In static member function ?static QString Exception::getErrorMessage(ErrorCode)?: src/exception.cpp:378:1: warning: control reaches end of non-voi...