diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 178e0ca6a..0c88d27ff 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -797,6 +797,9 @@ private: * slotDirListerCompleted(). */ QSet<QString> m_newFileNames; + + // For unit tests + friend class TestHelper; }; /// Allow using DolphinView::Mode in QVariant |
