Allow to unhide password in pilot form and server form

This commit is contained in:
Klaus Basan
2018-12-07 02:35:06 +01:00
parent 2e68a52a42
commit 9d85b70307
4 changed files with 68 additions and 22 deletions

View File

@@ -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;