mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-10 23:00:53 +03:00
Reorganize includes
This commit is contained in:
@@ -1,20 +1,16 @@
|
||||
#ifndef JSONPARSER_H
|
||||
#define JSONPARSER_H
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
#include <QVector>
|
||||
#include <QStringList>
|
||||
#include <QPair>
|
||||
|
||||
class JsonParser
|
||||
{
|
||||
public:
|
||||
JsonParser();
|
||||
JsonParser() = default;
|
||||
|
||||
QVector<QPair<QString, int>> parse(const QString &json);
|
||||
|
||||
private:
|
||||
QString removeQuotes(const QString &s);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user