diff options
| author | Peter Penz <[email protected]> | 2007-06-13 17:08:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-13 17:08:39 +0000 |
| commit | 862ceee323ad3b474ce9de11eefbddd99c528fac (patch) | |
| tree | da6cd60d0a34aeebeb7b0d87294fc60e7279803d /src/dolphinviewcontainer.h | |
| parent | 6f5f07d391043175d955d62bd09c77af14164faf (diff) | |
fixed some activation issues in combination with split views
svn path=/trunk/KDE/kdebase/apps/; revision=674980
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 |
