X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fpopup%2Fpopup.cpp;h=d028fcd447ac0b29773bac4883c6d13bd52d7ee2;hp=ee1ee1800f93d4702341a6e257f7d064ee1a51b6;hb=93fb6a1d3dc8872275bde30ef6a05407a67d694c;hpb=b8c93847cc736bfc69876fd087ab06474fbfbe47 diff --git a/base/dali-toolkit/public-api/controls/popup/popup.cpp b/base/dali-toolkit/public-api/controls/popup/popup.cpp index ee1ee18..d028fcd 100644 --- a/base/dali-toolkit/public-api/controls/popup/popup.cpp +++ b/base/dali-toolkit/public-api/controls/popup/popup.cpp @@ -87,12 +87,7 @@ void Popup::SetTitle( const std::string& text ) GetImpl(*this).SetTitle( text ); } -void Popup::SetTitle( TextView titleActor ) -{ - GetImpl(*this).SetTitle( titleActor ); -} - -TextView Popup::GetTitle() const +const std::string& Popup::GetTitle() const { return GetImpl(*this).GetTitle(); }