VirtualBox

Changeset 87677 in vbox


Ignore:
Timestamp:
Feb 10, 2021 11:57:49 AM (4 years ago)
Author:
vboxsync
Message:

VBoxDbg: bugref:9532: Build fix.

Location:
trunk/src/VBox/Debugger
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgConsole.cpp

    r87675 r87677  
    390390    setEditable(true);
    391391    setInsertPolicy(NoInsert);
    392     setCompleter(nullptr);
     392    setCompleter(0);
    393393    setMaxCount(50);
    394394    const QLineEdit *pEdit = lineEdit();
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp

    r87675 r87677  
    30573057
    30583058    m_pPatCB = new QComboBox();
    3059     m_pPatCB->setCompleter(nullptr);
     3059    m_pPatCB->setCompleter(0);
    30603060    pHLayout->addWidget(m_pPatCB);
    30613061    if (!m_PatStr.isEmpty())
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