aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-16 22:54:02 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-17 07:56:40 +0100
commit6c1bf199ca25809b0e6323a4dcbe5be97ce84cd9 (patch)
tree6537dffb2445b11ff7b368d29547f07e659e098a /src/qt/walletmodel.h
parent3743b80528b867cfe142f2c07aee31d92a1e13cb (diff)
downloadbitcoin-6c1bf199ca25809b0e6323a4dcbe5be97ce84cd9.tar.xz
[Qt] style-police, add missing license headers
- add missing license headers in Mac files - small code formating cleanups
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 44a1912ecc..4ec014437c 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -17,8 +17,8 @@
class AddressTableModel;
class OptionsModel;
-class TransactionTableModel;
class RecentRequestsTableModel;
+class TransactionTableModel;
class WalletModelTransaction;
class CCoinControl;