mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -8,7 +8,7 @@ class EmptyFolderWidget : public EmptyContainerInfo
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit EmptyFolderWidget(QWidget *parent = 0);
|
||||
explicit EmptyFolderWidget(QWidget *parent = nullptr);
|
||||
void setSubfolders(const QModelIndex &mi, const QStringList &foldersNames);
|
||||
signals:
|
||||
void subfolderSelected(QModelIndex, int);
|
||||
|
Reference in New Issue
Block a user