Merge pull request #1039 from budak7273/fix-world-safety-nag-title-text

This commit is contained in:
timoreo
2022-08-11 07:33:13 +02:00
committed by Sefa Eyeoglu
parent 10a70732ce
commit be6d6501e8
2 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ protected:
private:
QModelIndex getSelectedWorld();
bool isWorldSafe(QModelIndex index);
bool worldSafetyNagQuestion();
bool worldSafetyNagQuestion(const QString &actionType);
void mceditError();
private: