- Timestamp:
- Oct 31, 2018 7:42:48 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/logviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.cpp
r72030 r75212 247 247 } 248 248 249 void UIVMLogPage::showEvent(QShowEvent *pEvent)250 {251 if (m_pTextEdit)252 m_pTextEdit->setFocus();253 QWidget::showEvent(pEvent);254 }255 256 249 void UIVMLogPage::sltAddBookmark(LogBookmark bookmark) 257 250 { -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.h
r72030 r75212 114 114 void setCurrentFont(QFont font); 115 115 116 protected:117 118 virtual void showEvent(QShowEvent *pEvent) /* override */;119 120 116 private slots: 121 117
Note:
See TracChangeset
for help on using the changeset viewer.