diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-15 11:15:19 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-15 11:15:19 +0100 |
commit | a8fbbd8fb0b29f3d852936e913a94d6d21baebd8 (patch) | |
tree | d565655bf34d89af10a0f8d6a039657935ffe70b /src/qt/addressbookpage.h | |
parent | da8c5c9f4ebedfd50e6c31cee3ec0b1a25f930b7 (diff) |
Bitcoin-Qt: comment out unused parameter in addressbookpage
Diffstat (limited to 'src/qt/addressbookpage.h')
-rw-r--r-- | src/qt/addressbookpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/addressbookpage.h b/src/qt/addressbookpage.h index f7d177c513..6d3a734a16 100644 --- a/src/qt/addressbookpage.h +++ b/src/qt/addressbookpage.h @@ -75,7 +75,7 @@ private slots: void onEditAction(); /** New entry/entries were added to address table */ - void selectNewAddress(const QModelIndex &parent, int begin, int end); + void selectNewAddress(const QModelIndex &parent, int begin, int /*end*/); signals: void signMessage(QString addr); |