Warning, /frameworks/ktexteditor/autotests/input/indent/cppstyle/colon2/expected is written in an unsupported language. File is not indexed.

0001 class test
0002 {
0003 private:
0004     void ok();
0005 
0006 public:
0007     void ok();
0008 
0009 protected:
0010     void ok();
0011 
0012 public slots:
0013     void ok();
0014 
0015 private Q_SLOTS:
0016     void ok();
0017 };