mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Coverity: repair previous commit
This commit is contained in:
parent
a138eb501c
commit
e09f179d76
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class QJsonModel : public QAbstractItemModel
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit QJsonModel(QObject *parent = 0);
|
explicit QJsonModel(QObject *parent = 0);
|
||||||
|
~QJsonModel();
|
||||||
bool load(const QString& fileName);
|
bool load(const QString& fileName);
|
||||||
bool load(QIODevice * device);
|
bool load(QIODevice * device);
|
||||||
bool loadJson(const QByteArray& json);
|
bool loadJson(const QByteArray& json);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue