Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.8.1
-
None
-
Ubuntu 12.04 LTS
-
36dccb42faf256756d94b4ad797bfb40bb449f07
Description
When a class is declared as static, QtCreator fails to correctly indent when using ctrl-i. Here's an example directly coming from QtCreator (NOTE: I have not changed any spaces here, this is literally how QtCreator indents the code)
static class: public CF_3
{
public:
double operator()(double x, double y, double z) const
} vx_vortex;