VirtualBox

Changeset 70542 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 11, 2018 3:10:32 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120215
Message:

FE/Qt: Add Q_UNUSED macro for not used arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp

    r70539 r70542  
    256256void UIVMLogViewerWidget::sltTabIndexChange(int tabIndex)
    257257{
     258    Q_UNUSED(tabIndex);
     259
    258260    // if (m_iCurrentTabIndex == tabIndex)
    259261    //     return;
     
    293295void UIVMLogViewerWidget::sltCreateBookmarkAtLine(LogBookmark bookmark)
    294296{
     297    Q_UNUSED(bookmark);
    295298    // QVector<LogBookmark> *pBookmarkVector = currentBookmarkVector();
    296299    // if (!pBookmarkVector)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette