diff options
| author | Peter Penz <[email protected]> | 2011-11-06 11:58:48 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-11-06 11:59:26 +0100 |
| commit | 3c77ffe832a00f405e474f11da7b39d37a410a5b (patch) | |
| tree | 2d84d23b993e759710127a296b9f5a19d62cea90 /src/views/dolphinviewactionhandler.cpp | |
| parent | 4fcb5662a784b8490c989cfda84e5ee649334418 (diff) | |
Delete obsolete class DolphinSettings
Diffstat (limited to 'src/views/dolphinviewactionhandler.cpp')
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index f765b4a09..f88e01a45 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -314,6 +314,9 @@ QString DolphinViewActionHandler::currentViewModeActionName() const return "details"; case DolphinView::CompactView: return "compact"; + default: + Q_ASSERT(false); + break; } return QString(); // can't happen } |
