aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-04-04 11:30:55 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-04-06 02:29:33 +0200
commitb001c871260420c6638d20c1d5039007e235d66c (patch)
treeee98fa7da0236fa4d60cb5615c2b30b9f7a8b078 /src/qt/bitcoingui.h
parent430cbad4112781e90f9c5d87443b0b5f7c2a4a08 (diff)
downloadbitcoin-b001c871260420c6638d20c1d5039007e235d66c.tar.xz
small indentation, space, formatting fixes (no code changes)
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index aba81cb3bc..c59cf3c5e5 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -61,6 +61,7 @@ public:
void removeAllWallets();
/** Used by WalletView to allow access to needed QActions */
+ // Todo: Use Qt signals for these
QAction * getOverviewAction() { return overviewAction; }
QAction * getHistoryAction() { return historyAction; }
QAction * getAddressBookAction() { return addressBookAction; }