diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:43:39 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:43:39 -0600 |
| commit | 795a0355a40293affc7164507e918440d4a828d6 (patch) | |
| tree | 9724723196b77633801918030aa2e293dc8246fb /PerlTQt/lib/Qt/enumerations.pm | |
| parent | 55e5c730361b5f2640f155aef4518ca69c4fc1b4 (diff) | |
| download | libtqt-perl-795a0355a40293affc7164507e918440d4a828d6.tar.gz libtqt-perl-795a0355a40293affc7164507e918440d4a828d6.zip | |
Move Qt
Diffstat (limited to 'PerlTQt/lib/Qt/enumerations.pm')
| -rw-r--r-- | PerlTQt/lib/Qt/enumerations.pm | 15 |
1 files changed, 0 insertions, 15 deletions
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; |
