equal
deleted
inserted
replaced
27 |
27 |
28 |
28 |
29 MsgSimNumDetector::MsgSimNumDetector() |
29 MsgSimNumDetector::MsgSimNumDetector() |
30 { |
30 { |
31 QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Enter") |
31 QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Enter") |
32 QT_TRAP_THROWING(d_ptr = new MsgSimNumDetectorPrivate()); |
32 d_ptr = q_check_ptr(new MsgSimNumDetectorPrivate()); |
33 QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Exit") |
33 QDEBUG_WRITE("MsgSimNumDetector::MsgSimNumDetector : Exit") |
34 } |
34 } |
35 |
35 |
36 |
36 |
37 MsgSimNumDetector::~MsgSimNumDetector() |
37 MsgSimNumDetector::~MsgSimNumDetector() |