diff options
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() { +} + +} |