Removed message box and status message instead

This commit is contained in:
Peter Morgan
2010-10-05 03:58:47 +01:00
parent d0b1e34a6f
commit f86f1ae25e
@@ -45,7 +45,6 @@ void createTableForm::init()
//** Create The Table
void createTableForm::confirmCreate()
{
//TODO change these warnings to status bar message
bool ok = true;
QString tabname = tablenameLineEdit->text();
if (tabname.isEmpty()) {