cutelyst 4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
postunbuffered.cpp
1/*
2 * SPDX-FileCopyrightText: (C) 2016-2017 Daniel Nicoletti <dantti12@gmail.com>
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5#include "postunbuffered.h"
6
7PostUnbuffered::PostUnbuffered(QObject *parent)
8 : QIODevice(parent)
9{
10}
11
12#include "moc_postunbuffered.cpp"