mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Fix a few warnings
This commit is contained in:
@@ -82,7 +82,7 @@ void rollback(
|
||||
class CSVImportProgress : public CSVProgress
|
||||
{
|
||||
public:
|
||||
CSVImportProgress(size_t filesize)
|
||||
explicit CSVImportProgress(size_t filesize)
|
||||
{
|
||||
m_pProgressDlg = new QProgressDialog(
|
||||
QObject::tr("Decoding CSV file..."),
|
||||
|
||||
Reference in New Issue
Block a user