Update sharedpointer.md (#78)

This commit is contained in:
soyoo 2020-03-17 02:40:08 +08:00 committed by GitHub
parent 4649cdb11d
commit 7315a3f634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Nut has template alias
```cpp
#ifdef NUT_SHARED_POINTER
template <class T>
template <typename T>
using RowList = QList<QSharedPointer<T>>;
template <typename T>