void toggleSplitView();
/** Dedicated action to open the stash:/ ioslave in split view. */
-
void toggleSplitStash();
/** Reloads the currently active view. */
void enableStopAction();
void disableStopAction();
- void showFilterBar();
+ void showFilterBar(bool show);
/**
* Toggles between edit and browse mode of the navigation bar.
}
#endif // DOLPHIN_MAINWINDOW_H
+