forked from len0rd/rockbox
rbutil: Modernize code to use C++11 nullptr.
Change-Id: I112cf95122a896cdb30a823b4c1f49831273dc7e
This commit is contained in:
parent
f608de723c
commit
12764781c6
58 changed files with 111 additions and 111 deletions
|
|
@ -31,7 +31,7 @@ class UninstallWindow : public QDialog
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
UninstallWindow(QWidget *parent = 0);
|
||||
UninstallWindow(QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void accept(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue