diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-04-19 16:07:57 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | ea617d31cf3f72f76fd49c0a20f445a78678fe5f (patch) | |
tree | a99a186670eb3b50588411fe6d4eb9ddad2dfcb4 /autotests/testgroupsession.h | |
parent | bc4ef60c29709a6f782f6e75e1f040f250fb8bd7 (diff) | |
download | libquotient-ea617d31cf3f72f76fd49c0a20f445a78678fe5f.tar.gz libquotient-ea617d31cf3f72f76fd49c0a20f445a78678fe5f.zip |
Apply suggestions from code review
Co-authored-by: Tobias Fella <9750016+TobiasFella@users.noreply.github.com>
Diffstat (limited to 'autotests/testgroupsession.h')
-rw-r--r-- | autotests/testgroupsession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/testgroupsession.h b/autotests/testgroupsession.h index 27f34bec..7743295f 100644 --- a/autotests/testgroupsession.h +++ b/autotests/testgroupsession.h @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#include <QtTest/QtTest> +#include <QTest> class TestOlmSession : public QObject { |