diff options
| author | Marcus Hoffmann <bubu@bubu1.eu> | 2021-12-03 01:28:01 +0100 |
|---|---|---|
| committer | Marcus Hoffmann <bubu@bubu1.eu> | 2021-12-03 01:37:00 +0100 |
| commit | 8aa4a60d12801734462ecb22e146501241fa4683 (patch) | |
| tree | e67743a250b44d5d74e4ba48a1259b47e617abea /src/timeline/InputBar.cpp | |
| parent | InputBar: use auto type (diff) | |
| download | nheko-8aa4a60d12801734462ecb22e146501241fa4683.tar.xz | |
InputBar: use X.empty() instead of !X.size()
Suggested-by: Clang-Tidy: The 'empty' method should be used to check for emptiness instead of 'size'
Diffstat (limited to 'src/timeline/InputBar.cpp')
| -rw-r--r-- | src/timeline/InputBar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp |
