Minor: move newline for readbility
authorMilian Wolff <milian.wolff@kdab.com>
Thu, 10 Sep 2015 15:05:51 +0000 (17:05 +0200)
committerMilian Wolff <milian.wolff@kdab.com>
Fri, 16 Oct 2015 12:14:39 +0000 (14:14 +0200)
gui/treemodel.h

index 840bc7a..e0695cc 100644 (file)
@@ -67,8 +67,8 @@ struct RowData
         return location < rhs;
     }
 };
-
 Q_DECLARE_TYPEINFO(RowData, Q_MOVABLE_TYPE);
+
 using TreeData = QVector<RowData>;
 Q_DECLARE_METATYPE(TreeData)