Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 3, 2020
1 parent 63ee9b4 commit 7905804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -21,14 +21,13 @@ along with this program. If not, see <https://gnu.org/licenses>.
// CellML-Zinc Mapping view plugin
//==============================================================================

#include "coreguiutils.h"
#include "cellmlzincmappingviewplugin.h"
#include "cellmlzincmappingviewwidget.h"
#include "coreguiutils.h"
#include "filemanager.h"

//==============================================================================

#include <QIcon>
#include <QMainWindow>

//==============================================================================
Expand Down
Expand Up @@ -46,9 +46,10 @@ class CellMLZincMappingViewWidget;

//==============================================================================

class CellMLZincMappingViewPlugin : public QObject, public FileHandlingInterface,
public I18nInterface, public PluginInterface,
public ViewInterface
class CellMLZincMappingViewPlugin : public QObject,
public FileHandlingInterface,
public I18nInterface,
public PluginInterface, public ViewInterface
{
Q_OBJECT

Expand Down

0 comments on commit 7905804

Please sign in to comment.