устранил некоторые предупреждения компилятора
[novacoin.git] / src / qt / bitcoingui.h
index 8b8daf9..de83a58 100644 (file)
@@ -17,6 +17,7 @@ class MultisigDialog;
 class Notificator;
 class RPCConsole;
 class AboutDialog;
+class OptionsDialog;
 
 QT_BEGIN_NAMESPACE
 class QLabel;
@@ -110,6 +111,7 @@ private:
     MintingView *mintingView;
     RPCConsole *rpcConsole;
     AboutDialog *aboutDialog;
+    OptionsDialog *optionsDialog;
 
     QMovie *syncIconMovie;
 
@@ -136,7 +138,6 @@ public slots:
     void setEncryptionStatus(int status);
 
     /** Notify the user of an error in the network or transaction handling code. */
-    void error(const QString &title, const QString &message, bool modal);
     void message(const QString &title, const QString &message, unsigned int style, const QString &detail=QString());
 
     /** Asks the user whether to pay the transaction fee or to cancel the transaction.