MrHyde
Défi DVP 2
session.h
Go to the documentation of this file.
00001 #ifndef SESSION_H
00002 #define SESSION_H
00003 
00004 #include <QObject>
00005 
00006 class Session : public QObject
00007 {
00008     Q_OBJECT
00009 public:
00010     explicit Session(QObject *parent = 0);
00011 
00012 signals:
00013 
00014 public slots:
00015 
00016 private:
00017     int timeOut;
00018     QString id;
00019 
00020 };
00021 
00022 #endif // SESSION_H
 All Classes Files Functions Variables