forked from organicmaps/organicmaps
Typical yg-like warning fix
This commit is contained in:
parent
9023038327
commit
05390456da
1 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,13 @@ namespace qt
|
|||
DrawWidget::DrawWidget(QWidget * pParent, Storage & storage)
|
||||
: base_type(pParent),
|
||||
m_handle(new WindowHandle()),
|
||||
m_isInitialized(false),
|
||||
m_isTimerStarted(false),
|
||||
m_framework(FrameworkFactory<model_t>::CreateFramework(m_handle, 0)),
|
||||
m_isDrag(false),
|
||||
m_isRotate(false),
|
||||
m_redrawInterval(100),
|
||||
m_pScale(0),
|
||||
m_isInitialized(false),
|
||||
m_isTimerStarted(false)
|
||||
m_pScale(0)
|
||||
{
|
||||
m_framework->InitStorage(storage);
|
||||
m_timer = new QTimer(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue