Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / transactionview.h
index e746c63..2fa1c39 100644 (file)
@@ -26,7 +26,7 @@ class TransactionView : public QWidget
 public:
     explicit TransactionView(QWidget *parent = 0);
 
-    void setModel(WalletModel *model);
+    void setModel(WalletModel *model, bool fShoudAddThirdPartyURL = true);
 
     // Date ranges for filter
     enum DateEnum
@@ -68,6 +68,7 @@ private slots:
     void copyLabel();
     void copyAmount();
     void copyTxID();
+    void clearOrphans();
     void openThirdPartyTxUrl(QString url);
 
 signals: