Skip to content

Instantly share code, notes, and snippets.

View rasgo-cc's full-sized avatar
🎯
Focusing

Mario Ribeiro rasgo-cc

🎯
Focusing
View GitHub Profile
@cckwes
cckwes / qjson_qt5.cpp
Last active December 22, 2015 07:08
QJson Qt5
#include <QApplication>
#include <QJsonDocument>
#include <QJsonObject>
#include <QJsonArray>
#include <QJsonParseError>
#include <QFile>
#include <QDebug>
struct DeskWallpaper {
int width;