public static QObjectListManager getInstance() { if (instance == null) { instance = new QObjectListManager(); } return(instance); }
public static QObjectListManager getInstance() { if (instance == null) instance = new QObjectListManager(); return instance; }