mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #597, removed setup loading in CWebDataServices
* no longer needed, as initial load happens in CApplication * adjusted classes
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c649c1b7ed
commit
4b7ba4f117
@@ -33,7 +33,7 @@ CSwiftData::CSwiftData(QWidget *parent) :
|
||||
QMainWindow(parent),
|
||||
CIdentifiable(this),
|
||||
ui(new Ui::CSwiftData),
|
||||
m_webDataReader(new CWebDataServices(CWebReaderFlags::AllSwiftDbReaders, 500))
|
||||
m_webDataReader(new CWebDataServices(CWebReaderFlags::AllSwiftDbReaders, this))
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->init();
|
||||
|
||||
Reference in New Issue
Block a user