[nostalgia] Fix Mac build
This commit is contained in:
@@ -19,7 +19,7 @@ namespace nostalgia::core {
|
||||
|
||||
NewTilesheetWizardPage::NewTilesheetWizardPage(const studio::Context *ctx) {
|
||||
m_ctx = ctx;
|
||||
addLineEdit(tr("&Tile Sheet Name:"), QString(TileSheetName) + "*", "", [this](QString) {
|
||||
addLineEdit(tr("&Tile Sheet Name:"), QString(TileSheetName) + "*", "", [](QString) {
|
||||
return 0;
|
||||
});
|
||||
m_palettePicker = addComboBox(tr("&Palette:"), QString(Palette) + "*", {""});
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace nostalgia::core {
|
||||
|
||||
NewPaletteWizardPage::NewPaletteWizardPage(const studio::Context *ctx) {
|
||||
m_ctx = ctx;
|
||||
addLineEdit(tr("&Palette Name:"), QString(PaletteName) + "*", "", [this](QString) {
|
||||
addLineEdit(tr("&Palette Name:"), QString(PaletteName) + "*", "", [](QString) {
|
||||
return 0;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user