Skip to content

Commit

Permalink
Fix compile error with missing include
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 31, 2024
1 parent 15efe67 commit 726861a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
15 changes: 3 additions & 12 deletions avogadro/qtgui/richtextdelegate.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
/******************************************************************************
This source file is part of the Avogadro project.
Copyright 2015 Marcus Johansson <[email protected]>
This source code is released under the New BSD License, (the "License").
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This source code is released under the 3-Clause BSD License, (see "LICENSE").
******************************************************************************/

#include "richtextdelegate.h"

#include <cmath>

namespace Avogadro::QtGui {

// See for example
Expand Down
13 changes: 1 addition & 12 deletions avogadro/qtgui/richtextdelegate.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
/******************************************************************************
This source file is part of the Avogadro project.
Copyright 2015 Marcus Johansson <[email protected]>
This source code is released under the New BSD License, (the "License").
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This source code is released under the 3-Clause BSD License, (see "LICENSE").
******************************************************************************/

#ifndef AVOGADRO_QTPLUGINS_RICHTEXTDELEGATE_H
Expand Down

0 comments on commit 726861a

Please sign in to comment.