Ignore:
Timestamp:
08/23/16 14:51:01 (8 years ago)
Author:
Thomas Fuhrmann
Message:

Add the reset functionality

File:
1 edited

Legend:

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

    r64 r66  
    2020class QListWidgetItem;
    2121class QPalette;
     22class QStringList;
    2223
    2324/*! \class ListWidget
     
    105106  QListWidget *listwidget;
    106107  /**
     108   * Store the list of all the items, in order to use the Reset function.
     109   */
     110  QStringList *internalItemsList;
     111  /**
    107112   * The row of the currently selected item.
    108113   */
Note: See TracChangeset for help on using the changeset viewer.