diff options
| author | Peter Penz <[email protected]> | 2007-02-10 21:29:29 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-10 21:29:29 +0000 |
| commit | 64ef4394f97af721d364390ba00338b3a4006488 (patch) | |
| tree | 39dd812434939fdee00d89054cec6a8dd843463d /src/dolphinview.h | |
| parent | fcf8436737384a1b4483ff927faf041ba01213ea (diff) | |
restore the x- and y-position of the view if the current view is part of the history
svn path=/trunk/playground/utils/dolphin/; revision=632370
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index dbd6622d7..4b740e655 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -406,6 +406,12 @@ private slots: */ void updateItemCount(); + /** + * Restores the x- and y-position of the contents if the + * current view is part of the history. + */ + void restoreContentsPos(); + /** Shows the information \a msg inside the statusbar. */ void showInfoMessage(const QString& msg); |
