Ignore:
Timestamp:
08/01/13 18:30:31 (11 years ago)
Author:
Marek Kurdej
Message:

Major: changed plugins section name to plugings. Parameters section will be used for something else.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/include/Pacpus/kernel/XmlConfigFile.h

    r146 r165  
    7878
    7979protected:
     80    QDomElement getSection(const char * name) const;
     81    QDomNodeList getNodesInSection(const char * sectionName, const char * nodeName) const;
     82
    8083    QDomNodeList getAllComponents() const;
    8184    QDomNodeList getAllConnections() const;
     85    QDomNodeList getAllParameters() const;
    8286    QDomNodeList getAllPlugins();
    8387
Note: See TracChangeset for help on using the changeset viewer.