Unify/prettify Qt client headers style

This commit is contained in:
Mike Gelfand
2015-06-12 22:12:12 +00:00
parent 5b61ba81ba
commit 5120fc0f2c
56 changed files with 734 additions and 682 deletions

View File

@@ -16,9 +16,9 @@
FileTreeModel::FileTreeModel (QObject * parent, bool isEditable):
QAbstractItemModel(parent),
myIsEditable (isEditable),
myRootItem (new FileTreeItem),
myIndexCache (),
myIsEditable (isEditable)
myIndexCache ()
{
}