QTfrontend/pages.h
changeset 1800 f1df2eb32a16
parent 1777 88674c291331
child 1812 3d4692e825e7
equal deleted inserted replaced
1799:b945f4174d00 1800:f1df2eb32a16
   378 	void askForCreateRoom(const QString &);
   378 	void askForCreateRoom(const QString &);
   379 	void askForJoinRoom(const QString &);
   379 	void askForJoinRoom(const QString &);
   380 	void askForRoomList();
   380 	void askForRoomList();
   381 };
   381 };
   382 
   382 
       
   383 class PageConnecting : public AbstractPage
       
   384 {
       
   385 	Q_OBJECT
       
   386 
       
   387 public:
       
   388 	PageConnecting(QWidget* parent = 0);
       
   389 };
       
   390 
   383 #endif // PAGES_H
   391 #endif // PAGES_H