From: Milian Wolff Date: Thu, 10 Sep 2015 15:05:51 +0000 (+0200) Subject: Minor: move newline for readbility X-Git-Tag: submit/tizen/20180620.112952^2~263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abd8b4ae8c5404ecabbf51064688e1fd15748c00;p=sdk%2Ftools%2Fheaptrack.git Minor: move newline for readbility --- diff --git a/gui/treemodel.h b/gui/treemodel.h index 840bc7a..e0695cc 100644 --- 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; Q_DECLARE_METATYPE(TreeData)