replace json serializer with boost, libragephoto upstream
This commit is contained in:
parent
aa4b2fc080
commit
557b999608
10 changed files with 308 additions and 104 deletions
|
@ -47,7 +47,7 @@ signals:
|
|||
void codeUpdated(QString jsonCode);
|
||||
|
||||
private:
|
||||
QString jsonCode;
|
||||
std::string jsonCode;
|
||||
JSHighlighter *jsonHl;
|
||||
SnapmaticPicture *smpic;
|
||||
Ui::JsonEditorDialog *ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue