Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ qNullSelection
Function
qNullSelection
ui/modelpickerdialog.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
using namespace GammaRay;
26
27
static QPair<int, QVariant> qNullSelection()
28
{
29
return qMakePair(-1, QVariant());
30
}
31
32
ModelPickerDialog::ModelPickerDialog(QWidget *parent)
33
: QDialog(parent)
Callers
3
ModelPickerDialog
Method · 0.85
setCurrentIndex
Method · 0.85
updatePendingSelection
Method · 0.85
Calls
1
QVariant
Class · 0.50
Tested by
no test coverage detected