diff options
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 7d6e1288f..4bb254f42 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -457,6 +457,12 @@ private slots: */ void updateSortOrder(Qt::SortOrder order); + /** + * Emits the signal contentsMoved with the current coordinates + * of the viewport as parameters. + */ + void emitContentsMoved(); + private: void startDirLister(const KUrl& url, bool reload = false); |
