Monkeypatched a couple more file dialogs
This commit is contained in:
@@ -443,6 +443,8 @@ class VerticalTabBar(QTabBar):
|
||||
|
||||
class QuotesDialog(QDialog):
|
||||
|
||||
selectedQuote = ""
|
||||
|
||||
def __init__(self, theParent=None, currentQuote="\""):
|
||||
QDialog.__init__(self, parent=theParent)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user