projects
/
sdk
/
tools
/
heaptrack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8390f60
)
Minor: move newline for readbility
author
Milian Wolff
<milian.wolff@kdab.com>
Thu, 10 Sep 2015 15:05:51 +0000
(17:05 +0200)
committer
Milian Wolff
<milian.wolff@kdab.com>
Fri, 16 Oct 2015 12:14:39 +0000
(14:14 +0200)
gui/treemodel.h
patch
|
blob
|
history
diff --git
a/gui/treemodel.h
b/gui/treemodel.h
index 840bc7a11cd0bbf27b6309b426c16a4586d75260..e0695cce4618334d961491229f996a368bb2aeec 100644
(file)
--- a/
gui/treemodel.h
+++ b/
gui/treemodel.h
@@
-67,8
+67,8
@@
struct RowData
return location < rhs;
}
};
-
Q_DECLARE_TYPEINFO(RowData, Q_MOVABLE_TYPE);
+
using TreeData = QVector<RowData>;
Q_DECLARE_METATYPE(TreeData)