Merge pull request #2456 from Diapolo/code-layout

small indentation, space, formatting fixes (no code changes)
This commit is contained in:
Pieter Wuille
2013-04-05 18:15:23 -07:00
8 changed files with 39 additions and 42 deletions

View File

@@ -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; }

View File

@@ -37,6 +37,7 @@ class QLocalServer;
class PaymentServer : public QObject
{
Q_OBJECT
private:
bool saveURIs;
QLocalServer* uriServer;