[Qt-creator] Formatting of "using" with structs

Andy asmaloney at gmail.com
Fri Oct 19 12:50:57 CEST 2018


I've been updating some of my code from "typedef" to "using" style:

   typedef int foo;

   using foo = int;


When I try it with structs though the formatting gets all messed up in
Creator:

   using FooInfo = struct

   {

   QString  name;

   QString  code;

};


Do I have something set incorrectly or is it just a bug?

---
Andy Maloney  //  https://asmaloney.com
twitter ~ @asmaloney <https://twitter.com/asmaloney>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20181019/1d842a5a/attachment.html>


More information about the Qt-creator mailing list