mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28: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
|
||||
public:
|
||||
explicit QJsonModel(QObject *parent = 0);
|
||||
~QJsonModel();
|
||||
bool load(const QString& fileName);
|
||||
bool load(QIODevice * device);
|
||||
bool loadJson(const QByteArray& json);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue