Changeset 248 in flair-src for trunk/tools/FlairGCS/src/Manager.h
- Timestamp:
- 06/04/18 14:45:37 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/Manager.h
r247 r248 47 47 QGridLayout *button_layout; 48 48 QStatusBar *status; 49 QIcon icon_ ok,icon_ko;49 QIcon icon_red,icon_green,icon_orange; 50 50 51 51 private slots: … … 56 56 void reset(void); 57 57 void tabBarCurrentChanged(int index); 58 void printUDTStats(QString stats );58 void printUDTStats(QString stats,bool loosingPackets); 59 59 void newFileUI(UDTSOCKET socket); 60 60 void deleteFileUI(void);
Note:
See TracChangeset
for help on using the changeset viewer.