diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-10 14:38:29 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-10 14:38:45 +0200 |
commit | af699eb83eddd981537432ab08a1bbe194e30df0 (patch) | |
tree | 07723c95231bd32018ea0b26267aab945f92e798 /src/Cache_p.h | |
parent | Translated using Weblate (Indonesian) (diff) | |
download | nheko-af699eb83eddd981537432ab08a1bbe194e30df0.tar.xz |
Mark classes as final where possible
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r-- | src/Cache_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h index a12cb43a..0c75acdb 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h @@ -33,7 +33,7 @@ namespace mtx::responses { struct Messages; } -class Cache : public QObject +class Cache final : public QObject { Q_OBJECT |