aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-03 09:25:24 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-03 14:01:53 +0100
commitccd1372dd063e4098a245da91c9e73743484f68a (patch)
treec75be6b7ed08a01c3f1354faa0d66d1ed45a30ae /src/qt/guiutil.cpp
parentcf74e8cb5eed90cbb14ed40d834c30ef9d37c443 (diff)
downloadbitcoin-ccd1372dd063e4098a245da91c9e73743484f68a.tar.xz
[Qt] small notificator and style changes
- remove default arguments for notificator - re-order some calls to use same ordering in Qt files - style police changes (spaces, comments and such)
Diffstat (limited to 'src/qt/guiutil.cpp')
-rw-r--r--src/qt/guiutil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp
index 2ce09b479e..8f8d67dc58 100644
--- a/src/qt/guiutil.cpp
+++ b/src/qt/guiutil.cpp
@@ -32,6 +32,7 @@
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
+
#include <QAbstractItemView>
#include <QApplication>
#include <QClipboard>