mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
parent
52fbb774a2
commit
e4313d6651
4 changed files with 4 additions and 5 deletions
|
@ -276,7 +276,7 @@ struct StructName {};
|
|||
|
||||
enum EnumName {};
|
||||
|
||||
typedef QList<ClassName> SomeList;
|
||||
using SomeList = QList<ClassName>;
|
||||
|
||||
namespace NamespaceName
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue