mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Mark some more constructors as explicit
This commit is contained in:
@@ -22,7 +22,7 @@ enum RemoteModelColumns
|
||||
class RemoteModelItem
|
||||
{
|
||||
public:
|
||||
RemoteModelItem(RemoteModelItem* parent = nullptr);
|
||||
explicit RemoteModelItem(RemoteModelItem* parent = nullptr);
|
||||
~RemoteModelItem();
|
||||
|
||||
QVariant value(RemoteModelColumns column) const;
|
||||
|
||||
Reference in New Issue
Block a user