refactoring for Settings
This commit is contained in:
parent
b49087295e
commit
fb2a7f8714
|
@ -99,7 +99,7 @@ VPMainWindow::VPMainWindow(const VPCommandLinePtr &cmd, QWidget *parent) :
|
||||||
m_tileFactory->refreshTileInfos();
|
m_tileFactory->refreshTileInfos();
|
||||||
|
|
||||||
// init the export tool
|
// init the export tool
|
||||||
m_exporter = new VPExporter(m_layout, qApp->Settings());
|
m_exporter = new VPExporter(m_layout, VPApplication::VApp()->Settings());
|
||||||
|
|
||||||
// init status bar
|
// init status bar
|
||||||
statusBar()->addPermanentWidget(m_statusLabel, 1);
|
statusBar()->addPermanentWidget(m_statusLabel, 1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user