// SPDX-FileCopyrightText: 2021 Carl Schwan // // SPDX-License-Identifier: LGPL-2.1-or-later #ifdef Quotient_E2EE_ENABLED #include class TestOlmAccount : public QObject { Q_OBJECT private Q_SLOTS: void pickleUnpickedTest(); void identityKeysValid(); void signatureValid(); void oneTimeKeysValid(); //void removeOneTimeKeys(); }; #endif