diff options
| author | Pieter Wuille <[email protected]> | 2013-04-05 18:15:23 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-04-05 18:15:23 -0700 |
| commit | 484af4e2d164fc8acef60d09a19d51170e57fe8d (patch) | |
| tree | d405bf3636ccc26b3858c2e5faec8298da209556 /src/qt | |
| parent | Merge pull request #2443 from Diapolo/Qt_addrbook (diff) | |
| parent | small indentation, space, formatting fixes (no code changes) (diff) | |
| download | discoin-484af4e2d164fc8acef60d09a19d51170e57fe8d.tar.xz discoin-484af4e2d164fc8acef60d09a19d51170e57fe8d.zip | |
Merge pull request #2456 from Diapolo/code-layout
small indentation, space, formatting fixes (no code changes)
Diffstat (limited to 'src/qt')
| -rw-r--r-- | src/qt/bitcoingui.h | 1 | ||||
| -rw-r--r-- | src/qt/paymentserver.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index aba81cb3b..c59cf3c5e 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; } diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index cfc48afb3..1f2fdd466 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -37,6 +37,7 @@ class QLocalServer; class PaymentServer : public QObject { Q_OBJECT + private: bool saveURIs; QLocalServer* uriServer; |