VirtualBox

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


Ignore:
Timestamp:
Jul 8, 2014 1:33:03 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Build-fix for r94823.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp

    r51931 r51932  
    580580}
    581581
    582 void UIExtraDataManagerWindow::showAndRaise(QWidget *pCenterWidget)
     582void UIExtraDataManagerWindow::showAndRaise(QWidget*)
    583583{
    584584    /* Show: */
     
    709709}
    710710
    711 void UIExtraDataManagerWindow::sltChooserHandleSelectionChanged(const QItemSelection &selected,
    712                                                                 const QItemSelection &deselected)
     711void UIExtraDataManagerWindow::sltChooserHandleSelectionChanged(const QItemSelection&,
     712                                                                const QItemSelection&)
    713713{
    714714    /* Update actions availability: */
     
    722722}
    723723
    724 void UIExtraDataManagerWindow::sltDataHandleSelectionChanged(const QItemSelection &selected,
    725                                                              const QItemSelection &deselected)
     724void UIExtraDataManagerWindow::sltDataHandleSelectionChanged(const QItemSelection&,
     725                                                             const QItemSelection&)
    726726{
    727727    /* Update actions availability: */
     
    804804                    }
    805805                    /* Create key-editor validator: */
    806                     QObjectValidator *pKeyValidator = new QObjectValidator(new QRegExpValidator(QRegExp("[\\s\\S]+")));
     806                    QObjectValidator *pKeyValidator = new QObjectValidator(new QRegExpValidator(QRegExp("[\\s\\S]+"), this));
    807807                    AssertPtrReturnVoid(pKeyValidator);
    808808                    {
     
    838838                    }
    839839                    /* Create value-editor validator: */
    840                     QObjectValidator *pValueValidator = new QObjectValidator(new QRegExpValidator(QRegExp("[\\s\\S]+")));
     840                    QObjectValidator *pValueValidator = new QObjectValidator(new QRegExpValidator(QRegExp("[\\s\\S]+"), this));
    841841                    AssertPtrReturnVoid(pValueValidator);
    842842                    {
Note: See TracChangeset for help on using the changeset viewer.

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