diff options
| author | Dawit Alemayehu <[email protected]> | 2012-09-04 22:26:28 -0400 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2012-09-07 08:52:53 -0400 |
| commit | 8b11c747a04480dc6a433530d95790704c85c7e9 (patch) | |
| tree | eed2728290b9c16608340f4659759656cd36d92f /src/views | |
| parent | 85dfec046fc6c0b3e888d099afe0af1bd742bebc (diff) | |
Implemented the new KParts extension, KParts::ListingiNotificationExtension.
REVIEW: 106333
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 3f08c4480..3f71fdc54 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -764,6 +764,7 @@ private: // For unit tests friend class TestBase; friend class DolphinDetailsViewTest; + friend class DolphinPart; // Accesses m_model }; /// Allow using DolphinView::Mode in QVariant |
