mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-12 14:59:48 -05:00
Removed message box and status message instead
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user