Re: RecentAction doesn't derive from RecentChooser



On 1/15/08, José Alburquerque <jaalburquerque cox net> wrote:
> http://techbase.kde.org/index.php?title=Policies/Binary_Compatibility_Issues_With_C%2B%2B
>
> The "Do's and Don'ts" section really clarified the constructor question
> for me by saying:
>
>     You can...
>
>         * add new non-virtual functions including signals and slots and
>           constructors.
>
>         ...
>
> -Jose
>

Yes, constructors should be fine -- they should be the same as a
normal non-virtual function.  Adding a virtual destructor will change
the ABI, however.

-- 
jonner


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]