aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-09-21 12:21:13 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-10-04 13:27:38 +0200
commiteeeebdd3cba1e69835f826236f7d71ee8d76ace4 (patch)
tree656826ddb80cb9d0d0130092dd0c4ae5a17c5234 /src/qt/walletframe.h
parent7dce175f5d89c9185f4cd7bfbd7626205b122001 (diff)
downloadbitcoin-eeeebdd3cba1e69835f826236f7d71ee8d76ace4.tar.xz
[doc] Rework docs
* Minor formatting such as adjusting links * Move sections of `doc/multiwallet-qt.md` to the source code and delete the file, as it is outdated * Fix typo in the release notes * Amend release process to mention update of BLOCK_CHAIN_SIZE
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r--src/qt/walletframe.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h
index 00c2f56363..7bc6412910 100644
--- a/src/qt/walletframe.h
+++ b/src/qt/walletframe.h
@@ -19,6 +19,13 @@ QT_BEGIN_NAMESPACE
class QStackedWidget;
QT_END_NAMESPACE
+/**
+ * A container for embedding all wallet-related
+ * controls into BitcoinGUI. The purpose of this class is to allow future
+ * refinements of the wallet controls with minimal need for further
+ * modifications to BitcoinGUI, thus greatly simplifying merges while
+ * reducing the risk of breaking top-level stuff.
+ */
class WalletFrame : public QFrame
{
Q_OBJECT