summaryrefslogtreecommitdiffstats
blob: 551f5d361b2476ff0e6a0ef5c2a29a96521db2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2012 Tobias Markmann
 * Licensed under the simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#include "QtVCardGeneralField.h"

namespace Swift {

QtVCardGeneralField::QtVCardGeneralField(QWidget* parent) :
	QWidget(parent) {

}

}