~neon/parley/master

« back to all changes in this revision

Viewing changes to src/editor/latexwidget.h

  • Committer: Yuri Chornoivan
  • Date: 2018-10-01 18:27:45 UTC
  • Revision ID: git-v1:b5a70e23e47684495185f1b038b64b7b9f4f4669
Fix minor EBN issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
{
76
76
    Q_OBJECT
77
77
public:
78
 
    LatexDelegate(QObject *parent = 0);
 
78
    explicit LatexDelegate(QObject *parent = 0);
79
79
 
80
80
    void setEditorData(QWidget *editor, const QModelIndex &index) const Q_DECL_OVERRIDE;
81
81
    void setModelData(QWidget * editor, QAbstractItemModel * model, const QModelIndex & index) const Q_DECL_OVERRIDE;