Change Application::ResizeSignal() deprecated version correctly 00/200300/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 21 Feb 2019 08:23:23 +0000 (17:23 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 21 Feb 2019 08:32:18 +0000 (17:32 +0900)
- Tizen ACR process of Application::ResizeSignal() was already done,
  and ResizeSignal() is deprecated from Tizen 4.0.
- So, Changed DEPRECATED version for Tizen 4.0

Change-Id: Ic33d45e44b98364f6543818872de14bc257d140d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/adaptor-framework/application.h

index e661684..7488f5a 100644 (file)
@@ -398,7 +398,7 @@ public:  // Signals
   AppSignalType& ResetSignal();
 
   /**
-   * @DEPRECATED_1_4.6 Use Window::ResizedSignal() instead.
+   * @DEPRECATED_1_2.62 Use Window::ResizedSignal() instead.
    * @brief This signal is emitted when the window application rendering on is resized.
    * @SINCE_1_0.0
    * @return The signal to connect to