Re: private export

2014-10-15 Thread Dominik Haumann
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

Re: private export

2014-10-14 Thread Jeremy Whiting
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

Re: private export

2014-10-14 Thread Aleix Pol
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

private export

2014-10-14 Thread Jeremy Whiting
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