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:
@@ -44,7 +44,9 @@ namespace AssetBundler
|
||||
AzFramework::PlatformFlags GetPartiallySelectedPlatformFlags();
|
||||
|
||||
private:
|
||||
void OnPlatformSelectionChanged(const AzFramework::PlatformFlags& selectedPlatforms, const AzFramework::PlatformFlags& partiallySelectedPlatforms);
|
||||
void OnPlatformSelectionChanged(
|
||||
const AzFramework::PlatformFlags& selectedPlatforms,
|
||||
const AzFramework::PlatformFlags& partiallySelectedPlatforms);
|
||||
|
||||
QSharedPointer<Ui::EditSeedDialog> m_ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user