Add support for nightly builds to release tool

This commit is contained in:
Jonathan White 2017-11-27 22:46:03 -05:00 committed by Janek Bevendorff
parent bed921c593
commit 3e2443a861
10 changed files with 79 additions and 12 deletions

View file

@ -173,7 +173,8 @@ void DatabaseTabWidget::openDatabase(const QString& fileName, const QString& pw,
} else {
dbStruct.dbWidget->switchToOpenDatabase(dbStruct.fileInfo.absoluteFilePath());
}
emit messageDismissGlobal();
emit messageDismissTab();
}
void DatabaseTabWidget::importCsv()