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 d513eba1b..bb6108e1a 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -723,6 +723,9 @@ private: */ QItemSelection childrenMatchingPattern(const QModelIndex& parent, const QRegExp& pattern) const; + void connectViewAccessor(); + void disconnectViewAccessor(); + private: /** * Abstracts the access to the different view implementations |
