Changeset 70542 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 11, 2018 3:10:32 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120215
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r70539 r70542 256 256 void UIVMLogViewerWidget::sltTabIndexChange(int tabIndex) 257 257 { 258 Q_UNUSED(tabIndex); 259 258 260 // if (m_iCurrentTabIndex == tabIndex) 259 261 // return; … … 293 295 void UIVMLogViewerWidget::sltCreateBookmarkAtLine(LogBookmark bookmark) 294 296 { 297 Q_UNUSED(bookmark); 295 298 // QVector<LogBookmark> *pBookmarkVector = currentBookmarkVector(); 296 299 // if (!pBookmarkVector)
Note:
See TracChangeset
for help on using the changeset viewer.