aboutsummaryrefslogtreecommitdiff
path: root/src/qt/macdockiconhandler.mm
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/macdockiconhandler.mm
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/macdockiconhandler.mm')
-rw-r--r--src/qt/macdockiconhandler.mm8
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>