summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2012-09-19 13:13:55 (GMT)
committerTobias Markmann <tm@ayena.de>2012-11-11 16:38:01 (GMT)
commit8db1123e7edf7e9946df350f20fc18c85aab2fdf (patch)
tree5250a22a18f37ed74e1f526a15681527ac075454 /Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp
parent4b9d5b776d939f861af6cfe467a3b5d9f7259b11 (diff)
downloadswift-contrib-8db1123e7edf7e9946df350f20fc18c85aab2fdf.zip
swift-contrib-8db1123e7edf7e9946df350f20fc18c85aab2fdf.tar.bz2
Initial commit of general vcard field.
Diffstat (limited to 'Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp')
-rw-r--r--Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp b/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp
new file mode 100644
index 0000000..551f5d3
--- /dev/null
+++ b/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp
@@ -0,0 +1,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) {
+
+}
+
+}