Ignore:
Timestamp:
08/23/16 13:55:03 (8 years ago)
Author:
Thomas Fuhrmann
Message:

Save config on target and save all locally are now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mavlink/tools/FlairGCS/src/ListWidget.h

    r60 r64  
    9292  void ui_to_xml(void);
    9393  /**
     94   * \brief      Removes the row_to_del element from the internal xml file.
     95   *
     96   * As the order of the elements is important, all the elements after the one
     97   * deleted are shifted to occupy the blank space.
     98   *
     99   * \param[in]  row_to_del  The row of the element to delete.
     100   */
     101  void RemoveItemFromXml(int row_to_del);
     102  /**
    94103   * Pointer to the managed QListWidget widget.
    95104   */
Note: See TracChangeset for help on using the changeset viewer.