diff options
| author | Lukáš Tinkl <[email protected]> | 2014-11-03 23:52:18 +0100 |
|---|---|---|
| committer | Lukáš Tinkl <[email protected]> | 2014-11-03 23:52:18 +0100 |
| commit | 037d5db85bb0bd798d40c557d424c5c9b87457a8 (patch) | |
| tree | e032bfeb3f7e6bf3a1e118ff195df9009949a7d6 /src/panels/terminal | |
| parent | b96def1856bfd043ba7dae56368ceed6940bd6c4 (diff) | |
Q_DECL_OVERRIDE
Diffstat (limited to 'src/panels/terminal')
| -rw-r--r-- | src/panels/terminal/terminalpanel.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index b3ccefb31..75e198e1a 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -61,11 +61,9 @@ signals: void changeUrl(const QUrl& url); protected: - /** @see Panel::urlChanged() */ - virtual bool urlChanged(); + virtual bool urlChanged() Q_DECL_OVERRIDE; - /** @see QWidget::showEvent() */ - virtual void showEvent(QShowEvent* event); + virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE; private slots: void slotMostLocalUrlResult(KJob* job); |
