mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 04:15:35 +00:00
Removed validator for filenames in OpenMW-CS (Fixes #2918)
(cherry picked from commit b74b274ac0
)
This commit is contained in:
parent
30b28bfd07
commit
0366a05649
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ CSVDoc::FileWidget::FileWidget (QWidget *parent) : QWidget (parent), mAddon (fal
|
|||
QHBoxLayout *layout = new QHBoxLayout (this);
|
||||
|
||||
mInput = new QLineEdit (this);
|
||||
mInput->setValidator (new QRegExpValidator(QRegExp("^[a-zA-Z0-9_-\\s]*$")));
|
||||
|
||||
layout->addWidget (mInput, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue