mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
committed by
GitHub
parent
52fbb774a2
commit
e4313d6651
@@ -276,7 +276,7 @@ struct StructName {};
|
||||
|
||||
enum EnumName {};
|
||||
|
||||
typedef QList<ClassName> SomeList;
|
||||
using SomeList = QList<ClassName>;
|
||||
|
||||
namespace NamespaceName
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user