diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 83ef15944..88b4b3b47 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -196,6 +196,12 @@ private slots: */ void restoreContentsPos(); + /** + * Marks the view container as active + * (see DolphinViewContainer::setActive()). + */ + void activate(); + private: /** * Returns the default text of the status bar, if no item is |
