summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/frequencymonitordeclarative.cpp
blob: 6ed2019ffa9fe68ea6f65d59420a23fe6bf92a2d (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#include "frequencymonitor.h"
#include <qqml.h>

void FrequencyMonitor::qmlRegisterType()
{
    ::qmlRegisterType<FrequencyMonitor>("FrequencyMonitor", 1, 0, "FrequencyMonitor");
}