added the additional mlog2db switches. Still a lot of testing needed ;-)

This commit is contained in:
nemu
2009-04-09 08:10:42 +00:00
parent 5a1b94bc10
commit 9eeac3de9c
9 changed files with 274 additions and 78 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ void PSubTextEdit::insertTheoryFunction(int idx)
int index = idx - 300;
if (index >= fAdmin->getTheoryCounts())
if (index >= (int)fAdmin->getTheoryCounts())
return;
QString str = "????";