Changeset 54096 in vbox for trunk/src/VBox/Debugger/VBoxDbgStatsQt4.h
- Timestamp:
- Feb 6, 2015 2:31:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt4.h
r33540 r54096 201 201 virtual void closeEvent(QCloseEvent *a_pCloseEvt); 202 202 203 /** 204 * Event filter for various purposes. 205 * 206 * @param pWatched The object event came to. 207 * @param pEvent The event being handled. 208 */ 209 virtual bool eventFilter(QObject *pWatched, QEvent *pEvent); 210 203 211 protected slots: 204 212 /** Apply the activated combobox pattern. */
Note:
See TracChangeset
for help on using the changeset viewer.