summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-02-13 10:13:40 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-02-13 10:37:59 (GMT)
commit6872dd34f88b08568a4784fe46373a0af0b69165 (patch)
treed14eddb94afbfedb045510ba2d455d110d19b71f /Swift/QtUI/tmp/QtContextMenu.cpp
parentb734b6a5986703b6b10ea548c93af11f9df771bf (diff)
downloadswift-6872dd34f88b08568a4784fe46373a0af0b69165.zip
swift-6872dd34f88b08568a4784fe46373a0af0b69165.tar.bz2
Use boost string algorithms.
Diffstat (limited to 'Swift/QtUI/tmp/QtContextMenu.cpp')
-rw-r--r--Swift/QtUI/tmp/QtContextMenu.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Swift/QtUI/tmp/QtContextMenu.cpp b/Swift/QtUI/tmp/QtContextMenu.cpp
new file mode 100644
index 0000000..c74fb31
--- /dev/null
+++ b/Swift/QtUI/tmp/QtContextMenu.cpp
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2010 Kevin Smith
+ * Licensed under the GNU General Public License v3.
+ * See Documentation/Licenses/GPLv3.txt for more information.
+ */
+
+#include "ContextMenus/QtContextMenu.h"
+
+namespace Swift {
+
+QtContextMenu::~QtContextMenu() {
+}
+
+}