mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Qt6: string-related deprecations.
This commit is contained in:
@@ -277,7 +277,7 @@ QString caf::PdmPythonGenerator::generate( PdmObjectFactory* factory, std::vecto
|
||||
|
||||
QString snake_method_name = camelToSnakeCase( methodName );
|
||||
|
||||
if ( classMethodsGenerated[classKeyword][snake_method_name].count() ) continue;
|
||||
if ( classMethodsGenerated[classKeyword][snake_method_name].length() ) continue;
|
||||
|
||||
QStringList inputArgumentStrings;
|
||||
QStringList outputArgumentStrings;
|
||||
|
||||
Reference in New Issue
Block a user