File indexing completed on 2024-05-12 04:38:56

0001 /*
0002     SPDX-FileCopyrightText: 2010 Aleix Pol Gonzalez <aleixpol@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "vcslocationwidget.h"
0008 
0009 KDevelop::VcsLocationWidget::VcsLocationWidget(QWidget* parent, Qt::WindowFlags f)
0010     : QWidget(parent, f)
0011 {}
0012 
0013 #include "moc_vcslocationwidget.cpp"