On Tuesday 14 October 2014 14:37:30 Jeremy Whiting wrote:
> Hello,
>
> In KNewStuff autotests there are two disabled tests that build and
> work if I export the Author and EntryInternal classes, but these two
> classes are private (declared in _p.h files) so I'd rather not export
> them, since the
Meh, Albert found a decent enough way to do it. Posted to rb to look at.
On Tue, Oct 14, 2014 at 5:03 PM, Aleix Pol wrote:
> On Tue, Oct 14, 2014 at 10:37 PM, Jeremy Whiting wrote:
>>
>> Hello,
>>
>> In KNewStuff autotests there are two disabled tests that build and
>> work if I export the Autho
On Tue, Oct 14, 2014 at 10:37 PM, Jeremy Whiting wrote:
> Hello,
>
> In KNewStuff autotests there are two disabled tests that build and
> work if I export the Author and EntryInternal classes, but these two
> classes are private (declared in _p.h files) so I'd rather not export
> them, since they
Hello,
In KNewStuff autotests there are two disabled tests that build and
work if I export the Author and EntryInternal classes, but these two
classes are private (declared in _p.h files) so I'd rather not export
them, since they aren't public api. Is there a way to have them
exported when BUILD_T