From abbc96bf2a5cba1bde09203d5038c87240117da4 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Wed, 8 Sep 2010 10:02:59 +0000 Subject: reorder initialization --- examples/GuiClient/chatDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/GuiClient/chatDialog.cpp') diff --git a/examples/GuiClient/chatDialog.cpp b/examples/GuiClient/chatDialog.cpp index cdcb6887..91c15334 100644 --- a/examples/GuiClient/chatDialog.cpp +++ b/examples/GuiClient/chatDialog.cpp @@ -32,7 +32,7 @@ #include chatDialog::chatDialog(QWidget *parent): QDialog(parent, Qt::Window), - ui(new Ui::chatDialogClass), m_scene(0), m_view(0), m_client(0), m_pushButtonSend(0) + ui(new Ui::chatDialogClass), m_view(0), m_scene(0), m_pushButtonSend(0), m_client(0) { ui->setupUi(this); m_view = new chatGraphicsView(this); -- cgit v1.2.3