summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/sysinfo-snippets/main.cpp
diff options
context:
space:
mode:
authorKevin Wu Won <kevin.wu-won@nokia.com>2010-04-06 11:13:18 +1000
committerKevin Wu Won <kevin.wu-won@nokia.com>2010-04-06 11:25:39 +1000
commitf979d7163e8ea4a3c77c139d889d823693f46698 (patch)
tree2436e7268af445dc567f03b5bfedfe8ceca9a670 /doc/src/snippets/sysinfo-snippets/main.cpp
parent81ab1d956c355cffa743817392886be69cbbad0b (diff)
Remove unnecessary virtualness of destructor from various classes.
Removed from QContactAbstractRequest, QContactDetail, QContactFilter These are unnecessary because all subclasses of them are expected to hold all data in the private object (d pointer), which is cleaned up by the base class's destructor anyway. Removed destructor from all subclasses of QContactAbstractRequest. These were empty and now will not be called anyway. Relates to QTMOBILITY-160
Diffstat (limited to 'doc/src/snippets/sysinfo-snippets/main.cpp')
0 files changed, 0 insertions, 0 deletions