Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] QT and slots in headers

> 
> Hello,
> It seems like having something like "public slots:", which is often used
> with QT, in a header file destroys the whole outline. Is there a workaround?
> 

"public slots:" does not seem like valid C++ syntax ..
Maybe you can add a preprocessor macro to get by

-Dslots=""

I am assuming in your QT environment there are some preprocessing
done before the compiler is call.



Back to the top