mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Modernize-use-override refactors code
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5009 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -207,12 +207,12 @@ class AddLinkDialog : public QDialog
|
||||
|
||||
public:
|
||||
AddLinkDialog(RichTextEditor *editor, QWidget *parent = nullptr);
|
||||
~AddLinkDialog();
|
||||
~AddLinkDialog() override;
|
||||
|
||||
int showDialog();
|
||||
|
||||
public slots:
|
||||
void accept();
|
||||
void accept() override;
|
||||
|
||||
private:
|
||||
RichTextEditor *m_editor;
|
||||
@@ -279,7 +279,7 @@ public:
|
||||
: QTextEdit(parent)
|
||||
{}
|
||||
|
||||
void contextMenuEvent(QContextMenuEvent *event);
|
||||
void contextMenuEvent(QContextMenuEvent *event) override;
|
||||
|
||||
private slots:
|
||||
void actionTriggered(QAction *action);
|
||||
|
||||
Reference in New Issue
Block a user