From a5ea024b0119a4b0fea858ae9115d744a786d3af Mon Sep 17 00:00:00 2001 From: totycro Date: Mon, 4 Apr 2011 20:35:49 +0200 Subject: change project file: use: qmake -config client or qmake -config main Added basic client gui infrastructure --- pacman-c++/client.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pacman-c++/client.h (limited to 'pacman-c++/client.h') diff --git a/pacman-c++/client.h b/pacman-c++/client.h new file mode 100644 index 0000000..2816ec2 --- /dev/null +++ b/pacman-c++/client.h @@ -0,0 +1,18 @@ +#ifndef CLIENT_H +#define CLIENT_H + +#include + +#include "mainwidget.h" + +class Client + : public QMainWindow { + Q_OBJECT +public: + Client(); + +private: + MainWidget *mainWidget; +}; + +#endif // CLIENT_H \ No newline at end of file -- cgit v1.2.3