summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_interface/mainwindow.cpp
blob: 2fec6400f6fb2faea35d1c51b97a20338bc1370d (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Stephen Kelly <stephen.kelly@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "mainwindow.h"

MainWindow::MainWindow(QWidget *parent)
    : QWidget(parent)
{

}