From kde-commits Mon Jun 10 19:45:05 2013 From: Anne-Marie Mahfouf Date: Mon, 10 Jun 2013 19:45:05 +0000 To: kde-commits Subject: [kdelibs/frameworks] staging/kde4support/src/kdeui: add doc for base porting Message-Id: <20130610194505.64274A6067 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=137089351422012 Git commit 65ce5b976ca4bda38dbec0b444bbb629c854a4e9 by Anne-Marie Mahfouf. Committed on 10/06/2013 at 21:43. Pushed by annma into branch 'frameworks'. add doc for base porting M +4 -0 staging/kde4support/src/kdeui/knuminput.h http://commits.kde.org/kdelibs/65ce5b976ca4bda38dbec0b444bbb629c854a4e9 diff --git a/staging/kde4support/src/kdeui/knuminput.h b/staging/kde4suppor= t/src/kdeui/knuminput.h index 3f6c5a9..83d7eb1 100644 --- a/staging/kde4support/src/kdeui/knuminput.h +++ b/staging/kde4support/src/kdeui/knuminput.h @@ -760,10 +760,14 @@ public: = /** * Sets the base in which the numbers in the spin box are represented. + * + * @deprecated since 5.0, use QSpinBox::setDisplayIntegerBase(base) in= stead. */ void setBase(int base); /** * @return the base in which numbers in the spin box are represented. + * + * @deprecated since 5.0, use int displayIntegerBase() */ int base() const; /**