File indexing completed on 2024-12-08 04:34:21
0001 /* 0002 SPDX-FileCopyrightText: 2024 Laurent Montel <montel.org> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #pragma once 0008 #include "libruqolawidgets_private_export.h" 0009 0010 #include <QWidget> 0011 0012 class LIBRUQOLAWIDGETS_TESTS_EXPORT E2eCopyPasswordWidget : public QWidget 0013 { 0014 Q_OBJECT 0015 public: 0016 explicit E2eCopyPasswordWidget(QWidget *parent = nullptr); 0017 ~E2eCopyPasswordWidget() override; 0018 };