Skip to content

Commit

Permalink
Update auto.md
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate authored Jan 2, 2025
1 parent 8119e85 commit c7857bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ int i = 0;
```cpp
QSlider *slider = new QSlider();
std::shared_ptr<Test> test = std::make_shared<Test>();
```

```cpp
auto slider = new QSlider();
auto test = std::make_shared<Test>();
```

TODO
Expand Down

0 comments on commit c7857bd

Please sign in to comment.