forked from qt-creator/qt-creator
debugger: use new action scheme for number base selections
This commit is contained in:
@@ -51,9 +51,7 @@ using namespace Debugger::Constants;
|
||||
|
||||
RegisterHandler::RegisterHandler(QObject *parent)
|
||||
: QAbstractTableModel(parent)
|
||||
{
|
||||
setProperty(PROPERTY_REGISTER_FORMAT, "x");
|
||||
}
|
||||
{}
|
||||
|
||||
int RegisterHandler::rowCount(const QModelIndex &parent) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user