implemented first full Theory Block handler

This commit is contained in:
nemu
2009-03-22 15:52:11 +00:00
parent eef0dac3a9
commit 201692410a
4 changed files with 92 additions and 28 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ void PSubTextEdit::insertTheoryBlock()
PGetTheoryBlockDialog *dlg = new PGetTheoryBlockDialog(fAdmin);
if (dlg->exec() == QDialog::Accepted) {
insert(dlg->getTheoryBlock());
insert("\n\n");
insert("\n");
}
}