diff options
| author | Frank Reininghaus <[email protected]> | 2010-10-29 14:13:11 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2010-10-29 14:13:11 +0000 |
| commit | b1e69cae00a708aa50dbd03eca944e83a639d861 (patch) | |
| tree | 83db23b6f8c49f6fd786b3b3c0656fde58abadaa /src/views | |
| parent | 454a0a6539384aff0578379f8b18703a0cadd86b (diff) | |
It's easier to put functionality that is used by many unit tests into
a common base class. I took that idea from Nepomuk's unit tests in
kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=1191051
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 0c88d27ff..9d2032e9f 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -799,7 +799,7 @@ private: QSet<QString> m_newFileNames; // For unit tests - friend class TestHelper; + friend class TestBase; }; /// Allow using DolphinView::Mode in QVariant |
