Update sharedpointer.md (#78)
This commit is contained in:
parent
4649cdb11d
commit
7315a3f634
|
|
@ -10,7 +10,7 @@ Nut has template alias
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#ifdef NUT_SHARED_POINTER
|
#ifdef NUT_SHARED_POINTER
|
||||||
template <class T>
|
template <typename T>
|
||||||
using RowList = QList<QSharedPointer<T>>;
|
using RowList = QList<QSharedPointer<T>>;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue