diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-13 10:13:40 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-13 10:37:59 (GMT) |
commit | 6872dd34f88b08568a4784fe46373a0af0b69165 (patch) | |
tree | d14eddb94afbfedb045510ba2d455d110d19b71f /Swift/QtUI/tmp/QtContextMenu.cpp | |
parent | b734b6a5986703b6b10ea548c93af11f9df771bf (diff) | |
download | swift-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.cpp | 14 |
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() { +} + +} |