diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-10-11 10:21:04 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-10-11 10:21:04 -0300 |
commit | 1b9a4f2bf8e9de9144133a435f3470fd77975945 (patch) | |
tree | 74aa1d0972296d3d7f7b327fbabd523d91cb8aeb /qt-ui/divelistview.h | |
parent | 9ed933d033889ac841c5f38afcdd40fa588a8cb9 (diff) | |
download | subsurface-1b9a4f2bf8e9de9144133a435f3470fd77975945.tar.gz |
Good deal of whitespace fixes and code cleanup.
I just went thru all of subsurface code removing
some whitespaces issues and trying to make the
code prettyer, I also removed a few QString issues.d
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r-- | qt-ui/divelistview.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h index 1287349f4..9c468f342 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -8,10 +8,7 @@ #define DIVELISTVIEW_H /*! A view subclass for use with dives - Note: calling this a list view might be misleading? - - */ #include <QTreeView> |