mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
chore: AddClientDialog, add missing nullptr replacement
This commit is contained in:
parent
9d476e143e
commit
07f9c4ba47
@ -29,7 +29,7 @@ class AddClientDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
AddClientDialog(const QString &clientName, QWidget *parent = 0);
|
||||
AddClientDialog(const QString &clientName, QWidget *parent = nullptr);
|
||||
~AddClientDialog() override;
|
||||
|
||||
int addResult()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user