Asset Bundler - Minor Feedback (#550)
Asset Bundler - Minor Feedback * updated the formatting so all lines are shorter than 140 characters * fixed a few nitpicks that came up on a recent PR * removed a function that wasn't being used anymore * updated some error messages based on PR feedback
This commit is contained in:
@@ -63,7 +63,10 @@ namespace AssetBundler
|
||||
// Set up Tabs
|
||||
AssetBundlerTabWidget::InitAssetBundlerSettings(m_guiApplicationManager->GetCurrentProjectFolder().c_str());
|
||||
|
||||
m_seedListTab.reset(new SeedTabWidget(this, m_guiApplicationManager, QString(m_guiApplicationManager->GetAssetBundlingFolder().c_str())));
|
||||
m_seedListTab.reset(new SeedTabWidget(
|
||||
this,
|
||||
m_guiApplicationManager,
|
||||
QString(m_guiApplicationManager->GetAssetBundlingFolder().c_str())));
|
||||
m_ui->tabWidget->addTab(m_seedListTab.data(), m_seedListTab->GetTabTitle());
|
||||
|
||||
m_assetListTab.reset(new AssetListTabWidget(this, m_guiApplicationManager));
|
||||
|
||||
Reference in New Issue
Block a user