diff options
| author | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-02 19:25:20 +0200 | 
|---|---|---|
| committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-02 19:25:20 +0200 | 
| commit | 23a7d96f4cbe43f5dba752d7c7bbd88ec2fa6bfd (patch) | |
| tree | 555b9dbb9b4ed7e997ad7afeeed5f36461faf8e5 /gui/designwidget.cc | |
| parent | e40b61e87e38fd64812991cf413675c52cbd29c8 (diff) | |
| download | nextpnr-23a7d96f4cbe43f5dba752d7c7bbd88ec2fa6bfd.tar.gz nextpnr-23a7d96f4cbe43f5dba752d7c7bbd88ec2fa6bfd.tar.bz2 nextpnr-23a7d96f4cbe43f5dba752d7c7bbd88ec2fa6bfd.zip  | |
clangformat
Diffstat (limited to 'gui/designwidget.cc')
| -rw-r--r-- | gui/designwidget.cc | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/designwidget.cc b/gui/designwidget.cc index 276b8b20..07bad774 100644 --- a/gui/designwidget.cc +++ b/gui/designwidget.cc @@ -317,7 +317,7 @@ QtProperty *DesignWidget::addSubGroup(QtProperty *topItem, const QString &name)  void DesignWidget::onClickedBel(BelId bel, bool keep)
  {
 -    boost::optional<TreeModel::Item*> item;
 +    boost::optional<TreeModel::Item *> item;
      {
          std::lock_guard<std::mutex> lock_ui(ctx->ui_mutex);
          std::lock_guard<std::mutex> lock(ctx->mutex);
 @@ -334,7 +334,7 @@ void DesignWidget::onClickedBel(BelId bel, bool keep)  void DesignWidget::onClickedWire(WireId wire, bool keep)
  {
 -    boost::optional<TreeModel::Item*> item;
 +    boost::optional<TreeModel::Item *> item;
      {
          std::lock_guard<std::mutex> lock_ui(ctx->ui_mutex);
          std::lock_guard<std::mutex> lock(ctx->mutex);
 @@ -351,7 +351,7 @@ void DesignWidget::onClickedWire(WireId wire, bool keep)  void DesignWidget::onClickedPip(PipId pip, bool keep)
  {
 -    boost::optional<TreeModel::Item*> item;
 +    boost::optional<TreeModel::Item *> item;
      {
          std::lock_guard<std::mutex> lock_ui(ctx->ui_mutex);
          std::lock_guard<std::mutex> lock(ctx->mutex);
  | 
