From 795a0355a40293affc7164507e918440d4a828d6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Jan 2012 18:43:39 -0600 Subject: Move Qt --- PerlTQt/lib/Qt/enumerations.pm | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 PerlTQt/lib/Qt/enumerations.pm (limited to 'PerlTQt/lib/Qt/enumerations.pm') diff --git a/PerlTQt/lib/Qt/enumerations.pm b/PerlTQt/lib/Qt/enumerations.pm deleted file mode 100644 index 9fea98f..0000000 --- a/PerlTQt/lib/Qt/enumerations.pm +++ /dev/null @@ -1,15 +0,0 @@ -package TQt::enumerations; -# -# Proposed usage: -# -# package MyWidget; -# -# use TQt::enumerations MyInfo => { -# Foo => 1, -# Bar => 10, -# Baz => 64 -# }; -# -# use TQt::enumerations MyInfo => [qw(Foo Bar Baz)]; -# -1; -- cgit v1.2.1