QConf constructor doesn't accept a parent QObject
Bug #865312 reported by
Alberto Mardegan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dconf-qt (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
QConf is a QObject, but its constructor doesn't take a "QObject *" argument that could be used to set the parent object.
One can still call setParent() on it, but having this done in the constructor is how all QObjects work.
To post a comment you must log in.