[qt] Minor fixes.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako 2023-12-19 23:12:52 -03:00
parent c6abc394e7
commit 83d1dd88a4
2 changed files with 2 additions and 3 deletions

View file

@ -84,8 +84,8 @@ DrawWidget::DrawWidget(Framework & framework, std::unique_ptr<ScreenshotParams>
, m_rubberBand(nullptr)
, m_emulatingLocation(false)
{
qApp->installEventFilter(this);
setFocusPolicy(Qt::StrongFocus);
m_framework.SetPlacePageListeners([this]() { ShowPlacePage(); },
{} /* onClose */, {} /* onUpdate */);

View file

@ -100,8 +100,7 @@ MainWindow::MainWindow(Framework & framework,
, QString const & mapcssFilePath
#endif
)
: m_Docks{}
, m_locationService(CreateDesktopLocationService(*this))
: m_locationService(CreateDesktopLocationService(*this))
, m_screenshotMode(screenshotParams != nullptr)
#ifdef BUILD_DESIGNER
, m_mapcssFilePath(mapcssFilePath)