[qt] Minor fixes.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
c6abc394e7
commit
83d1dd88a4
2 changed files with 2 additions and 3 deletions
|
@ -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 */);
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in a new issue