diff --git a/packagestructure.h b/packagestructure.h index 37196f06e..bd64893da 100644 --- a/packagestructure.h +++ b/packagestructure.h @@ -75,22 +75,22 @@ public: /** * The directories defined for this package **/ - QStringList directories(); + QList directories(); /** * The required directories defined for this package **/ - QStringList requiredDirectories(); + QList requiredDirectories(); /** - * The individual files defined for this package + * The individual files, by key, that are defined for this package **/ - QStringList files(); + QList files(); /** - * The individual required files defined for this package + * The individual required files, by key, that are defined for this package **/ - QStringList requiredFiles(); + QList requiredFiles(); /** * Adds a directory to the structure of the package. It is added as