1
0
Fork 0
forked from len0rd/rockbox

rbutil: Modernize code to use C++11 nullptr.

Change-Id: I112cf95122a896cdb30a823b4c1f49831273dc7e
This commit is contained in:
Dominik Riebeling 2020-11-19 20:36:57 +01:00
parent f608de723c
commit 12764781c6
58 changed files with 111 additions and 111 deletions

View file

@ -31,7 +31,7 @@ class UninstallWindow : public QDialog
{
Q_OBJECT
public:
UninstallWindow(QWidget *parent = 0);
UninstallWindow(QWidget *parent = nullptr);
public slots:
void accept(void);