forked from ondra/server-sdk
cppcheck: explicit constructor
This commit is contained in:
parent
1cd286dba5
commit
995898c00c
@ -10,7 +10,7 @@ class DatabaseUtils : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
DatabaseUtils(const QString type = "SQLITE");
|
||||
explicit DatabaseUtils(const QString type = "SQLITE");
|
||||
QString createTableSQL(const DatabaseTable *table, const QString table_name) const;
|
||||
|
||||
QString sqlType() const;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user