]> Git Repo - VerusCoin.git/blobdiff - src/qt/editaddressdialog.h
Remove translation for -help-debug options
[VerusCoin.git] / src / qt / editaddressdialog.h
index 44e5023d25accb96ee4fd59f0b629a222927ee17..13c6da8edaf755d568c64f3f2fa058a0f774d5df 100644 (file)
@@ -1,12 +1,17 @@
-#ifndef EDITADDRESSDIALOG_H
-#define EDITADDRESSDIALOG_H
+// Copyright (c) 2011-2013 The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
+#ifndef BITCOIN_QT_EDITADDRESSDIALOG_H
+#define BITCOIN_QT_EDITADDRESSDIALOG_H
 
 #include <QDialog>
 
+class AddressTableModel;
+
 namespace Ui {
     class EditAddressDialog;
 }
-class AddressTableModel;
 
 QT_BEGIN_NAMESPACE
 class QDataWidgetMapper;
@@ -26,7 +31,7 @@ public:
         EditSendingAddress
     };
 
-    explicit EditAddressDialog(Mode mode, QWidget *parent = 0);
+    explicit EditAddressDialog(Mode mode, QWidget *parent);
     ~EditAddressDialog();
 
     void setModel(AddressTableModel *model);
@@ -49,4 +54,4 @@ private:
     QString address;
 };
 
-#endif // EDITADDRESSDIALOG_H
+#endif // BITCOIN_QT_EDITADDRESSDIALOG_H
This page took 0.02521 seconds and 4 git commands to generate.