mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Allow to unhide password in pilot form and server form
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#include <QScopedPointer>
|
||||
#include <QString>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CNetworkServerForm; }
|
||||
namespace BlackGui
|
||||
{
|
||||
@@ -63,6 +61,7 @@ namespace BlackGui
|
||||
void initServerTypes();
|
||||
void onChangedServerType(const QString &text);
|
||||
void onChangedEcoSystem(const QString &text);
|
||||
void tempUnhidePassword();
|
||||
|
||||
QScopedPointer<Ui::CNetworkServerForm> ui;
|
||||
QString m_passwordNameLabel;
|
||||
|
||||
Reference in New Issue
Block a user