mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-08 13:49:47 -08:00
Version 1.1.0.0 update
This commit is contained in:
@@ -8,9 +8,6 @@ namespace Ui {
|
||||
}
|
||||
class WalletModel;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class SignVerifyMessageDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -20,8 +17,8 @@ public:
|
||||
~SignVerifyMessageDialog();
|
||||
|
||||
void setModel(WalletModel *model);
|
||||
void setAddress_SM(QString address);
|
||||
void setAddress_VM(QString address);
|
||||
void setAddress_SM(const QString &address);
|
||||
void setAddress_VM(const QString &address);
|
||||
|
||||
void showTab_SM(bool fShow);
|
||||
void showTab_VM(bool fShow);
|
||||
|
||||
Reference in New Issue
Block a user