Sorting methods in alphabetical orders [QT Creator]

1.4k Views Asked by At

I'm using QT creator and I would like to know if there is a way to automatically sort all my methods in this order :

  1. Constructor
  2. Destructor
  3. The rest of methods in alphabetical orders

My project is getting quite big, so I would like to know if there is a way to do this automatically, since it will take a lot of time otherwise

0

There are 0 best solutions below