From be921563f01a8066dacb496c6ecbbd969b6fbe66 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 23 Nov 2011 13:03:51 +0900 Subject: [PATCH] todo --- aqt/clayout.py | 1 + designer/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 designer/.gitignore diff --git a/aqt/clayout.py b/aqt/clayout.py index 7de381bd2..c95feda34 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -22,6 +22,7 @@ class CardLayout(QDialog): # type is previewCards() type def __init__(self, mw, fact, type=0, ord=0, parent=None): QDialog.__init__(self, parent or mw, Qt.Window) + raise Exception("Remember to disallow media&latex refs in edit.") self.mw = aqt.mw self.parent = parent or mw self.fact = fact diff --git a/designer/.gitignore b/designer/.gitignore new file mode 100644 index 000000000..e43b0f988 --- /dev/null +++ b/designer/.gitignore @@ -0,0 +1 @@ +.DS_Store