TerminalPanel is not available on Windows, so commit
bd47eb2e6d broke
the MSVC build on the CI.
m_controlButton(0),
m_updateToolBarTimer(0),
m_lastHandleUrlStatJob(0),
m_controlButton(0),
m_updateToolBarTimer(0),
m_lastHandleUrlStatJob(0),
m_placesPanel(0),
m_tearDownFromPlacesRequested(false)
{
m_placesPanel(0),
m_tearDownFromPlacesRequested(false)
{
setWindowTitle(schemePrefix + fileName);
}
setWindowTitle(schemePrefix + fileName);
}
void DolphinMainWindow::slotStorageTearDownFromPlacesRequested(const QString& mountPath)
{
if (m_terminalPanel->currentWorkingDirectory().startsWith(mountPath)) {
void DolphinMainWindow::slotStorageTearDownFromPlacesRequested(const QString& mountPath)
{
if (m_terminalPanel->currentWorkingDirectory().startsWith(mountPath)) {
m_terminalPanel->goHome();
}
}
m_terminalPanel->goHome();
}
}
void DolphinMainWindow::setupActions()
{
void DolphinMainWindow::setupActions()
{
class QToolButton;
class QIcon;
class PlacesPanel;
class QToolButton;
class QIcon;
class PlacesPanel;
/**
* @short Main window for Dolphin.
/**
* @short Main window for Dolphin.
KIO::Job* m_lastHandleUrlStatJob;
KIO::Job* m_lastHandleUrlStatJob;
TerminalPanel* m_terminalPanel;
TerminalPanel* m_terminalPanel;
PlacesPanel* m_placesPanel;
bool m_tearDownFromPlacesRequested;
};
PlacesPanel* m_placesPanel;
bool m_tearDownFromPlacesRequested;
};