Changeset 66 in flair-src for branches/mavlink/tools/FlairGCS/src/ListWidget.h
- Timestamp:
- 08/23/16 14:51:01 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mavlink/tools/FlairGCS/src/ListWidget.h
r64 r66 20 20 class QListWidgetItem; 21 21 class QPalette; 22 class QStringList; 22 23 23 24 /*! \class ListWidget … … 105 106 QListWidget *listwidget; 106 107 /** 108 * Store the list of all the items, in order to use the Reset function. 109 */ 110 QStringList *internalItemsList; 111 /** 107 112 * The row of the currently selected item. 108 113 */
Note:
See TracChangeset
for help on using the changeset viewer.