diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-16 22:54:02 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-17 07:56:40 +0100 |
commit | 6c1bf199ca25809b0e6323a4dcbe5be97ce84cd9 (patch) | |
tree | 6537dffb2445b11ff7b368d29547f07e659e098a /src/qt/walletmodel.cpp | |
parent | 3743b80528b867cfe142f2c07aee31d92a1e13cb (diff) |
[Qt] style-police, add missing license headers
- add missing license headers in Mac files
- small code formating cleanups
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r-- | src/qt/walletmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 984a5a2e71..f08342b83e 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -6,8 +6,8 @@ #include "addresstablemodel.h" #include "guiconstants.h" -#include "transactiontablemodel.h" #include "recentrequeststablemodel.h" +#include "transactiontablemodel.h" #include "base58.h" #include "db.h" |