Remove debug warnings from screen
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
#include "precompiled.h"
|
||||
|
||||
class RPC;
|
||||
class MainWindow;
|
||||
struct Tx;
|
||||
|
||||
|
||||
struct TurnstileMigrationItem {
|
||||
QString fromAddr;
|
||||
QString intTAddr;
|
||||
@@ -33,7 +35,7 @@ struct ProgressReport {
|
||||
class Turnstile
|
||||
{
|
||||
public:
|
||||
Turnstile(RPC* _rpc, QWidget* mainwindow);
|
||||
Turnstile(RPC* _rpc, MainWindow* mainwindow);
|
||||
~Turnstile();
|
||||
|
||||
void planMigration(QString zaddr, QString destAddr, int splits, int numBlocks);
|
||||
@@ -59,7 +61,7 @@ private:
|
||||
QList<TurnstileMigrationItem>::Iterator getNextStep(QList<TurnstileMigrationItem>& plan);
|
||||
|
||||
RPC* rpc;
|
||||
QWidget* mainwindow;
|
||||
MainWindow* mainwindow;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user