Ignore:
Timestamp:
07/29/16 15:02:35 (8 years ago)
Author:
Thomas Fuhrmann
Message:

Improve ListWidget + code cleanup + doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mavlink/lib/FlairCore/src/Widget.cpp

    r53 r59  
    1919#include "Widget_impl.h"
    2020
    21 //to delete, for test purpose
    22 #include <iostream>
    23 
    2421using std::string;
    2522
     
    9693  result = xmlGetProp(pimpl_->file_node, (xmlChar *)prop.c_str());
    9794  if (result != NULL) {
    98     value = std::string((char*)result);
     95    value = std::string((char *)result);
    9996    xmlFree(result);
    10097    return true;
Note: See TracChangeset for help on using the changeset viewer.