Ignore:
Timestamp:
08/01/13 16:46:07 (11 years ago)
Author:
Marek Kurdej
Message:

Update: merged changes from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/PacpusLib/XmlComponentConfig.cpp

    r110 r162  
    1414DECLARE_STATIC_LOGGER("pacpus.core.XmlComponentConfig");
    1515
     16// FIXME: const char* instead of const string
    1617static const string kPropertyComponentName = "name";
    1718static const string kPropertyComponentType = "type";
     
    6364int XmlComponentConfig::delProperty(const QString& name)
    6465{
    65     if (!hasProperty(name))
    66     {
     66    if (!hasProperty(name)) {
    6767        LOG_WARN("cannot delete compoenent property '" << name << "'"
    6868                 << " of component '" << component_.attribute(kPropertyComponentName.c_str()) << "'"
Note: See TracChangeset for help on using the changeset viewer.