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/macdockiconhandler.mm | |
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/macdockiconhandler.mm')
-rw-r--r-- | src/qt/macdockiconhandler.mm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/qt/macdockiconhandler.mm b/src/qt/macdockiconhandler.mm index 86b8c834d4..64291c9188 100644 --- a/src/qt/macdockiconhandler.mm +++ b/src/qt/macdockiconhandler.mm @@ -1,9 +1,13 @@ +// Copyright (c) 2011-2013 The Bitcoin Core developers +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + #include "macdockiconhandler.h" +#include <QImageWriter> #include <QMenu> -#include <QWidget> #include <QTemporaryFile> -#include <QImageWriter> +#include <QWidget> #undef slots #include <Cocoa/Cocoa.h> |