Files
RedBear-OS/local/recipes/kde/kf6-kwidgetsaddons/source/autotests/kpassworddialogautotest.h
T
2026-04-14 10:51:06 +01:00

22 lines
370 B
C++

/*
SPDX-FileCopyrightText: 2017 Elvis Angelaccio <elvis.angelaccio@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KPASSWORDDIALOGAUTOTEST_H
#define KPASSWORDDIALOGAUTOTEST_H
#include <QObject>
class KPasswordDialogAutotest : public QObject
{
Q_OBJECT
private Q_SLOTS:
void shouldNotHideVisibilityActionInPlaintextMode();
};
#endif