diff options
| author | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
| commit | ce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch) | |
| tree | f8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/clicklabel.cpp | |
| parent | e54ccad07e256ba877bd41d70bd358bd0085bd1e (diff) | |
| download | foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.gz foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.bz2 foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.zip | |
- refactorized the whole project and made a few subprojects
- replaced tcp with enet
- added connect dialog
- some smaller bugfixes
Diffstat (limited to 'pacman-c++/clicklabel.cpp')
| -rw-r--r-- | pacman-c++/clicklabel.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pacman-c++/clicklabel.cpp b/pacman-c++/clicklabel.cpp deleted file mode 100644 index 87b06b8..0000000 --- a/pacman-c++/clicklabel.cpp +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #include "clicklabel.h" | ||
| 2 | |||
| 3 | ClickLabel::ClickLabel(const QString &text, QWidget *parent, Qt::WindowFlags f) | ||
| 4 | : QLabel(text, parent, f) | ||
| 5 | { | ||
| 6 | } | ||
| 7 | |||
| 8 | void ClickLabel::mouseReleaseEvent(QMouseEvent * /* event */) | ||
| 9 | { | ||
| 10 | emit clicked(); | ||
| 11 | } | ||
| 12 | |||
