Changeset 266 in pacpusframework


Ignore:
Timestamp:
03/13/14 10:41:11 (10 years ago)
Author:
Marek Kurdej
Message:

Exposed: qDomElement in XmlComponentConfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/XmlComponentConfig.h

    r196 r266  
    9191     */
    9292    bool hasProperty(const QString& name) const;
    93 
    94 private:
     93   
     94public:
    9595    // Returns the local QDomElement.
    9696    QDomElement qDomElement() const;
    97 
     97   
     98private:
    9899    // Copy internally the node in the internal QDomElement.
    99100    void localCopy(const QDomElement & elementToCopy);
Note: See TracChangeset for help on using the changeset viewer.