improvements from clang-tidy
This commit is contained in:
@ -177,7 +177,7 @@ void Preferences::accept()
|
||||
msg.exec();
|
||||
const char *path = mystrdup(QCoreApplication::applicationFilePath());
|
||||
const char *arg0 = mystrdup(QCoreApplication::arguments().at(0));
|
||||
execl(path, arg0, (char *)NULL);
|
||||
execl(path, arg0, (char *)nullptr);
|
||||
}
|
||||
|
||||
// reformatting settings
|
||||
|
||||
Reference in New Issue
Block a user