QtCreator and autocorrection/function preview
-
Hey,
Can anybody tell me, how I can disable displaying all private functions of a inherited class, when I am writing C++ code and press CRTL+Space for displaying all functions? It's nice to see them, but most of them are private and not usable. I know, that they have a lock displayed, but if i inherit my class, which has 40 private functions and 4 public ones, I cannot find them in the list easily. Also taking a look in the header file doesn't help me really much, because it's full of documentation.