┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabwidget.h
diff options
context:
space:
mode:
authorLukáš Tinkl <[email protected]>2014-11-03 23:52:18 +0100
committerLukáš Tinkl <[email protected]>2014-11-03 23:52:18 +0100
commit037d5db85bb0bd798d40c557d424c5c9b87457a8 (patch)
treee032bfeb3f7e6bf3a1e118ff195df9009949a7d6 /src/dolphintabwidget.h
parentb96def1856bfd043ba7dae56368ceed6940bd6c4 (diff)
Q_DECL_OVERRIDE
Diffstat (limited to 'src/dolphintabwidget.h')
-rw-r--r--src/dolphintabwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h
index 93213ac61..a84b7facb 100644
--- a/src/dolphintabwidget.h
+++ b/src/dolphintabwidget.h
@@ -173,8 +173,8 @@ private slots:
void currentTabChanged(int index);
protected:
- virtual void tabInserted(int index);
- virtual void tabRemoved(int index);
+ virtual void tabInserted(int index) Q_DECL_OVERRIDE;
+ virtual void tabRemoved(int index) Q_DECL_OVERRIDE;
private:
/**