X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/8f0bedf735fe2b306c11c3f4a168245a05e37ccd:/ExternalSource.h..14cd6d834ab531525a51c6a6992583b3e9143e02:/ExternalResource.h?ds=sidebyside diff --git a/ExternalSource.h b/ExternalResource.h similarity index 76% rename from ExternalSource.h rename to ExternalResource.h index 5c244c4..e3adf1b 100644 --- a/ExternalSource.h +++ b/ExternalResource.h @@ -10,13 +10,13 @@ using namespace std; using namespace Qt; -class ExternalSource { +class ExternalResource { public : enum SourceType { Code = 1, Package, Netlist, InitFile}; - ExternalSource(const QString& _name, const QString& _file, int _type = Code); + ExternalResource(const QString& _name, const QString& _file, int _type = Code); // getters inline QString getName() { return name; }