1
0

fix more DeprecationWarnings

This commit is contained in:
SomberNight
2019-03-27 19:27:45 +01:00
parent 5b6357d472
commit 441da52b51
2 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ from .qrtextedit import ScanQRTextEdit
from .completion_text_edit import CompletionTextEdit
from . import util
RE_ALIAS = '(.*?)\s*\<([0-9A-Za-z]{1,})\>'
RE_ALIAS = r'(.*?)\s*\<([0-9A-Za-z]{1,})\>'
frozen_style = "QWidget { background-color:none; border:none;}"
normal_style = "QPlainTextEdit { }"