diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-11-08 21:45:32 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-11-08 21:45:32 +0100 |
commit | 128eefa0f88ff80c5d6398d13e25a3f4df96081a (patch) | |
tree | c51d52e66cb726f4fbb1d0a08aed5251d5b920e4 /src/qt/transactiontablemodel.h | |
parent | 86406daeca0390b13457cc4f8d5f24fa5bf54557 (diff) |
Qt: small header changes / fixes
- ensure header inclusion guard is named after the header file
- add missing comments at the end of some inclusion guards
- add a small Qt5 compatibility fix in macdockiconhandler.h
Diffstat (limited to 'src/qt/transactiontablemodel.h')
-rw-r--r-- | src/qt/transactiontablemodel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h index fd321ce280..b0687d5399 100644 --- a/src/qt/transactiontablemodel.h +++ b/src/qt/transactiontablemodel.h @@ -81,5 +81,4 @@ public slots: friend class TransactionTablePriv; }; -#endif - +#endif // TRANSACTIONTABLEMODEL_H |