Obsolete QInputDialog::getInteger() 'officially'.
authorRobin Burchell <robin.burchell@collabora.com>
Fri, 20 Jan 2012 00:30:02 +0000 (02:30 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sun, 22 Jan 2012 21:10:02 +0000 (22:10 +0100)
commit7c247d3e70788fd601cdc4d45649d2c7ca1004f3
tree77f54d9502f440704ea1ff51aab0ff031cb9e986
parent8ec2068f3d3e89d3b3c67ab65cf2b0ba694452a0
Obsolete QInputDialog::getInteger() 'officially'.

It has long since been obsolete in code and removed from the documentation, but
was never marked QT_DEPRECATED. Do so, and inline the implementation.

Change-Id: Ic7bfdaf76269b7f9addeba83e64bc9525c581dda
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
dist/changes-5.0.0
src/widgets/dialogs/qinputdialog.cpp
src/widgets/dialogs/qinputdialog.h
tests/auto/widgets/dialogs/qinputdialog/tst_qinputdialog.cpp