mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 23:08:00 +03:00
Merge remote-tracking branch 'cc9cii/editor-gamefiles'
This commit is contained in:
commit
928bb234ce
2 changed files with 4 additions and 4 deletions
|
@ -147,7 +147,7 @@ void CSVDoc::FileDialog::slotUpdateAcceptButton(int)
|
|||
|
||||
void CSVDoc::FileDialog::slotUpdateAcceptButton(const QString &name, bool)
|
||||
{
|
||||
bool success = (mSelector->selectedFiles().size() > 0);
|
||||
bool success = !mSelector->selectedFiles().empty();
|
||||
|
||||
bool isNew = (mAction == ContentAction_New);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue