Changeset 104313 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStatusBarEditor.h
- Timestamp:
- Apr 12, 2024 1:10:30 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIStatusBarEditor.h
r101013 r104313 107 107 protected: 108 108 109 /** Handles translation event. */110 virtual void retranslateUi() RT_OVERRIDE;111 112 109 /** Handles paint @a pEvent. */ 113 110 virtual void paintEvent(QPaintEvent *pEvent) RT_OVERRIDE; … … 132 129 /** Handles drag object destroy. */ 133 130 void sltHandleDragObjectDestroy(); 131 132 /** Handles translation event. */ 133 virtual void sltRetranslateUI() RT_OVERRIDE RT_FINAL; 134 134 135 135 private:
Note:
See TracChangeset
for help on using the changeset viewer.