Dear list,
this is a general question for which I need example applications which happen
to be Dolphin and KDevelop. Since I have not talked to the respective
maintainers, I want to make clear that I do not plan to step on any ones
toes, they just serve as an example. (Please let me know if you
Le lundi 24 juin 2013 11:02:15 Leonardo Giordani a écrit :
> Hi all,
>
> anyone using emacs to develop KDE/Qt applications under Kubuntu?
> I'm on Kubuntu 13.04 and I'm fighting with cc-mode since i get the
> following bad indentation:
>
> class PlasmaTutorial1 : public Plasma::Applet
> {
> Q_O
Hi all,
anyone using emacs to develop KDE/Qt applications under Kubuntu?
I'm on Kubuntu 13.04 and I'm fighting with cc-mode since i get the
following bad indentation:
class PlasmaTutorial1 : public Plasma::Applet
{
Q_OBJECT
public:
[...]
private:
[...]
};
"public" is always indented. T