diff options
| author | Frank Reininghaus <[email protected]> | 2010-11-17 20:59:05 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2010-11-17 20:59:05 +0000 |
| commit | 10cd05f1a4f2c0919204f7f48820c892d5a0a2d6 (patch) | |
| tree | 6481e13332c47989821ec569de77ed0ce8696dbd /src/views | |
| parent | 308855320ae6fbf2428f48025fd3c47670bb3130 (diff) | |
Add unit test which checks that DolphinDetailsView::expandedUrls()
works as expected.
svn path=/trunk/KDE/kdebase/apps/; revision=1198202
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphindetailsview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/dolphindetailsview.h b/src/views/dolphindetailsview.h index 479683f66..fddbdc6c0 100644 --- a/src/views/dolphindetailsview.h +++ b/src/views/dolphindetailsview.h @@ -211,6 +211,9 @@ private: QFont m_font; QSize m_decorationSize; + + // For unit tests + friend class DolphinDetailsViewTest; }; #endif |
