1.1 --- a/x86/infoWidget.cpp Tue Dec 12 08:05:22 2006 +0000
1.2 +++ b/x86/infoWidget.cpp Tue Dec 12 12:12:44 2006 +0000
1.3 @@ -293,11 +293,9 @@
1.4 setLayout(sendGroup);
1.5 #else
1.6 layout->addWidget(sendBox);
1.7 + layout->addWidget(readBox);
1.8 + setLayout(layout);
1.9 #endif //PDAGUI
1.10 -#ifndef PDAGUI
1.11 - layout->addWidget(readBox);
1.12 -#endif //PDAGUI
1.13 - setLayout(layout);
1.14 }
1.15
1.16 void InfoWidget::loadConfiguration()
2.1 --- a/x86/msgReadWidget.cpp Tue Dec 12 08:05:22 2006 +0000
2.2 +++ b/x86/msgReadWidget.cpp Tue Dec 12 12:12:44 2006 +0000
2.3 @@ -9,7 +9,6 @@
2.4 {
2.5 nodeManager = nodeMng;
2.6 bundleManager = bundleMng;
2.7 - connect(nodeMng,SIGNAL(updatedNodeList(NodeManager*)),this,SLOT(updatedNodeList(NodeManager*)));
2.8
2.9 dst = new QLineEdit();
2.10 dst->setMaxLength(3);