Fix TerminalPanel usage in dolphinmainwindow
Open, NormalPublic

Description

TerminalPanel is not available on Windows, so we currently use ifdefs in dolphinmainwindow. This is ugly and hard to test (see e.g. D9955). We should delegate the platform detection to cmake and use #ifdef HAS_TERMINAL_PANEL rather than #ifdef Q_OS_WIN.

elvisangelaccio triaged this task as Normal priority.