Anoncoin  0.9.4
P2P Digital Currency
i2pshowaddresses.h
Go to the documentation of this file.
1 // Copyright (c) 2013-2014 The Anoncoin Core developers
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef SHOWI2PADDRESSES_H
6 #define SHOWI2PADDRESSES_H
7 
8 #include <QDialog>
9 
10 namespace Ui {
11 class ShowI2PAddresses;
12 }
13 
14 class ShowI2PAddresses : public QDialog
15 {
16  Q_OBJECT
17 
18 public:
19  explicit ShowI2PAddresses(const QString& caption, const QString& pub, const QString& priv, const QString& b32, const QString& configFileName, QWidget *parent = 0);
21 
22 private:
24 };
25 
26 #endif // SHOWI2PADDRESSES_H
Ui::ShowI2PAddresses * ui
ShowI2PAddresses(const QString &caption, const QString &pub, const QString &priv, const QString &b32, const QString &configFileName, QWidget *parent=0)