added a hack for fixing fullscreen context menus with QOpengGLWidget in YACReader

This commit is contained in:
Luis Ángel San Martín
2016-05-01 21:52:22 +02:00
commit dd64e013be
986 changed files with 90311 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include "json_model.h"
JSONModel::JSONModel(QObject *parent) :
QAbstractItemModel(parent)
{
}