mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Unify/prettify Qt client headers style
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
FileTreeModel::FileTreeModel (QObject * parent, bool isEditable):
|
||||
QAbstractItemModel(parent),
|
||||
myIsEditable (isEditable),
|
||||
myRootItem (new FileTreeItem),
|
||||
myIndexCache (),
|
||||
myIsEditable (isEditable)
|
||||
myIndexCache ()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user