About
Contact
QtCreator
KDevelop
Solarized
1
#include
"foo.h"
2
3
class
ThingInside
{
4
int
a
;
5
};
6
7
Foo::
MyClass
a_class
;
8