From ea03aafc26f8d7c6cde75b9054a508470f91965b Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 30 Sep 2018 15:13:18 +0100 Subject: clangformat Signed-off-by: David Shah --- gui/designwidget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gui/designwidget.h') diff --git a/gui/designwidget.h b/gui/designwidget.h index 91da556a..0248d2c7 100644 --- a/gui/designwidget.h +++ b/gui/designwidget.h @@ -20,9 +20,9 @@ #ifndef DESIGNWIDGET_H #define DESIGNWIDGET_H +#include #include #include -#include #include "nextpnr.h" #include "qtgroupboxpropertybrowser.h" #include "qtpropertymanager.h" @@ -35,7 +35,7 @@ NEXTPNR_NAMESPACE_BEGIN class TreeView : public QTreeView { Q_OBJECT - + public: explicit TreeView(QWidget *parent = 0); ~TreeView(); @@ -44,6 +44,7 @@ class TreeView : public QTreeView Q_SIGNALS: void hoverIndexChanged(QModelIndex index); + private: QModelIndex current; }; -- cgit v1.2.3