mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Clang: reduce warnings
This commit is contained in:
parent
03d9dbe099
commit
bd37572fd8
12 changed files with 21 additions and 18 deletions
|
@ -30,7 +30,7 @@ class QJsonModel : public QAbstractItemModel
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit QJsonModel(QObject *parent = 0);
|
||||
explicit QJsonModel(QObject *parent = nullptr);
|
||||
virtual ~QJsonModel();
|
||||
bool load(const QString& fileName);
|
||||
bool load(QIODevice * device);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue