forked from lthn/blockchain
fixes in UI for latest qt and latest UI commits
This commit is contained in:
parent
a853f77c00
commit
423b99cc5e
3 changed files with 3 additions and 3 deletions
|
|
@ -1428,7 +1428,7 @@ void MainWindow::on_clear_events()
|
|||
}
|
||||
|
||||
|
||||
QString MainWindow::store_secure_app_data(const QString& param)
|
||||
QString MainWindow::store_secure_app_data(const QString& param, const QString& password)
|
||||
{
|
||||
TRY_ENTRY();
|
||||
LOG_API_TIMING();
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ public:
|
|||
QString have_secure_app_data(const QString& param);
|
||||
QString drop_secure_app_data(const QString& param);
|
||||
QString get_secure_app_data(const QString& param);
|
||||
QString store_secure_app_data(const QString& param);
|
||||
QString store_secure_app_data(const QString& param, const QString& password);
|
||||
QString set_master_password(const QString& param);
|
||||
QString check_master_password(const QString& param);
|
||||
QString get_app_data(const QString& param);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b936229a66becf133459f11586e04e08ccb05c63
|
||||
Subproject commit 1f2ce4ce600e97b8e21e8f8674f97cb89a0e875f
|
||||
Loading…
Add table
Reference in a new issue