Changeset 76910 in vbox
- Timestamp:
- Jan 21, 2019 10:06:36 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128279
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h
r76581 r76910 65 65 void hideEvent(QHideEvent *pEvent); 66 66 67 /* Return the unmodified log. */68 const QString* logString() const;69 70 67 private: 71 68 -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h
r76581 r76910 58 58 59 59 /** Handles the translation event. */ 60 void retranslateUi() ;60 void retranslateUi() /* override */; 61 61 62 62 /** Handles Qt @a pEvent, used for keyboard processing. */ … … 81 81 82 82 #endif /* !FEQT_INCLUDED_SRC_logviewer_UIVMLogViewerPanel_h */ 83
Note:
See TracChangeset
for help on using the changeset viewer.