forked from qt-creator/qt-creator
UpdateInfo: Fix warning about initialization order.
Change-Id: I2f6d9188f7c4ce0b8413c081be18f9fef70c2a17 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
ef1645f43f
commit
2a27047626
@@ -36,8 +36,8 @@ using namespace UpdateInfo;
|
|||||||
using namespace UpdateInfo::Internal;
|
using namespace UpdateInfo::Internal;
|
||||||
|
|
||||||
SettingsPage::SettingsPage(UpdateInfoPlugin *plugin)
|
SettingsPage::SettingsPage(UpdateInfoPlugin *plugin)
|
||||||
: m_plugin(plugin)
|
: m_page(0)
|
||||||
, m_page(0)
|
, m_plugin(plugin)
|
||||||
{
|
{
|
||||||
setId(Constants::FILTER_OPTIONS_PAGE);
|
setId(Constants::FILTER_OPTIONS_PAGE);
|
||||||
setCategory(Core::Constants::SETTINGS_CATEGORY_CORE);
|
setCategory(Core::Constants::SETTINGS_CATEGORY_CORE);
|
||||||
|
|||||||
Reference in New Issue
Block a user