forked from qt-creator/qt-creator
Fixed crash due to missing initialization
Reviewed-by: mae
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
|
||||
using namespace Core::Internal;
|
||||
|
||||
GeneralSettings::GeneralSettings()
|
||||
GeneralSettings::GeneralSettings():
|
||||
m_dialog(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user