root/src/page.cpp

#include "page.h"

Page::Page(QWidget *parent) :
    QWidget(parent)
{
}

void Page::initFromQuery(const QString &)
{

}