MCPcopy 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

25using namespace GammaRay;
26
27static QPair<int, QVariant> qNullSelection()
28{
29 return qMakePair(-1, QVariant());
30}
31
32ModelPickerDialog::ModelPickerDialog(QWidget *parent)
33 : QDialog(parent)

Callers 3

ModelPickerDialogMethod · 0.85
setCurrentIndexMethod · 0.85

Calls 1

QVariantClass · 0.50

Tested by

no test coverage detected