┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 39e39ef3f..a18b87d08 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -518,6 +518,12 @@ private:
void applyCutItemEffect();
/**
+ * Updates the color of the viewport depending from the
+ * activation state (see DolphinView::isActive()).
+ */
+ void updateViewportColor();
+
+ /**
* Returns true, if the ColumnView is activated. As the column view
* requires some special handling for iterating through directories,
* this method has been introduced for convenience.