/* * Copyright (c) 2012 Tobias Markmann * Licensed under the simplified BSD license. * See Documentation/Licenses/BSD-simplified.txt for more information. */ #pragma once #include namespace Swift { class QtVCardGeneralField : public QWidget { Q_OBJECT public: explicit QtVCardGeneralField(QWidget* parent = 0); signals: public slots: }; }