diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-08-22 20:15:04 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-08-22 20:15:04 +0200 |
commit | c50420a0f2df7a7bf291312c38ac43e2c9f58141 (patch) | |
tree | 268918ad72494615ef9fbbcfa8a141faae6aa459 /lib/avatar.h | |
parent | 40548a7995147f3f99212928ae27047de7a79618 (diff) | |
download | libquotient-c50420a0f2df7a7bf291312c38ac43e2c9f58141.tar.gz libquotient-c50420a0f2df7a7bf291312c38ac43e2c9f58141.zip |
Drop QMatrixClient namespace alias
Diffstat (limited to 'lib/avatar.h')
-rw-r--r-- | lib/avatar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/avatar.h b/lib/avatar.h index 37e1eeef..d4634aea 100644 --- a/lib/avatar.h +++ b/lib/avatar.h @@ -42,5 +42,3 @@ private: std::unique_ptr<Private> d; }; } // namespace Quotient -/// \deprecated Use namespace Quotient instead -namespace QMatrixClient = Quotient; |