Changeset 87246 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 14, 2021 9:55:00 AM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp
r87245 r87246 907 907 } 908 908 909 void UIPortForwardingTable::sltTableDataChanged() 910 { 911 m_fTableDataChanged = true; 912 emit sigDataChanged(); 913 } 914 909 915 void UIPortForwardingTable::sltCurrentChanged() 910 916 { -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
r86233 r87246 201 201 Q_OBJECT; 202 202 203 signals: 204 205 /** Notifies listeners about table data changed. */ 206 void sigDataChanged(); 207 203 208 public: 204 209 … … 239 244 240 245 /** Marks table data as changed. */ 241 void sltTableDataChanged() { m_fTableDataChanged = true; }246 void sltTableDataChanged(); 242 247 243 248 /** Handles current item change. */
Note:
See TracChangeset
for help on using the changeset viewer.