From ce48af53646cd9e7ec762fc1ac176b3aa620b11d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 00:57:07 +0200 Subject: - refactorized the whole project and made a few subprojects - replaced tcp with enet - added connect dialog - some smaller bugfixes --- pacman-c++/clicklabel.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pacman-c++/clicklabel.h (limited to 'pacman-c++/clicklabel.h') diff --git a/pacman-c++/clicklabel.h b/pacman-c++/clicklabel.h deleted file mode 100644 index 494b1ee..0000000 --- a/pacman-c++/clicklabel.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef CLICKLABEL_H -#define CLICKLABEL_H - -#include - -class ClickLabel - : public QLabel -{ - Q_OBJECT - -public: - ClickLabel(const QString &text, QWidget *parent = 0, Qt::WindowFlags f = 0); - -signals: - void clicked(); - -protected: - void mouseReleaseEvent(QMouseEvent *event); -}; - -#endif // CLICKLABEL_H -- cgit v1.2.3