10 void addFile(
const QString& file);
QList< QString > files
Definition project.hpp:17
QList< QString > getFiles() const
Gets the list of files in the project.
Definition project.cpp:39
QString name
Definition project.hpp:16
void removeFile(const QString &file)
Removes a file from the project.
Definition project.cpp:23
void addFile(const QString &file)
Adds a file to the project if it is not already present.
Definition project.cpp:13
QString getName() const
Gets the name of the project.
Definition project.cpp:31