Merge pull request #413 from ErezVolk/bugfix-qlineedit
BUGFIX: QLineEdit doesn't have .toPlainText()
This commit is contained in:
commit
8a3a4cb10d
@ -181,7 +181,7 @@ you can enter it here. Use \\t to represent tab."""
|
|||||||
self.importer.allowHTML = self.frm.allowHTML.isChecked()
|
self.importer.allowHTML = self.frm.allowHTML.isChecked()
|
||||||
self.mw.pm.profile["allowHTML"] = self.importer.allowHTML
|
self.mw.pm.profile["allowHTML"] = self.importer.allowHTML
|
||||||
if self.frm.tagModifiedCheck.isChecked():
|
if self.frm.tagModifiedCheck.isChecked():
|
||||||
self.importer.tagModified = self.frm.tagModifiedTag.toPlainText()
|
self.importer.tagModified = self.frm.tagModifiedTag.text()
|
||||||
self.mw.pm.profile["tagModified"] = self.importer.tagModified
|
self.mw.pm.profile["tagModified"] = self.importer.tagModified
|
||||||
did = self.deck.selectedId()
|
did = self.deck.selectedId()
|
||||||
if did != self.importer.model["did"]:
|
if did != self.importer.model["did"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user