summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/frequencymonitordeclarative.cpp
blob: 2c30f03a98764a988c3203acc16aa0b9827c83ec (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 <QtQml/qqml.h>

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