diff options
Diffstat (limited to 'src/ui/widgets/KeyTable.h')
-rw-r--r-- | src/ui/widgets/KeyTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyTable.h b/src/ui/widgets/KeyTable.h index a03a1c83..ae9fcac5 100644 --- a/src/ui/widgets/KeyTable.h +++ b/src/ui/widgets/KeyTable.h @@ -70,7 +70,7 @@ struct KeyTable : public QTableView { * * @return KeyIdArgsListPtr& */ - [[nodiscard]] auto GetChecked() const -> KeyIdArgsListPtr; + [[nodiscard]] auto GetChecked() const -> KeyIdArgsList; /** * @brief |