Skip to content

Commit 901c2cb

Browse files
author
Jim Hamill
committed
Non-MySQL DB bug fix
1 parent 5a41edf commit 901c2cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ExplorerWidget.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
ExplorerWidget::ExplorerWidget(QWidget *parent) :
1111
QWidget(parent),
1212
ui(new Ui::ExplorerWidget),
13-
m_extension(NULL)
13+
m_extension(NULL),
14+
m_schemaWidget(NULL)
1415
{
1516
ui->setupUi(this);
1617
}

0 commit comments

Comments
 (0)