QTfrontend/pages.h
changeset 1315 c2f09811bb8c
parent 1314 e56b178d6d62
child 1377 a9e768739345
equal deleted inserted replaced
1314:e56b178d6d62 1315:c2f09811bb8c
   354 	void setRoomsList(const QStringList & list);
   354 	void setRoomsList(const QStringList & list);
   355 
   355 
   356 private slots:
   356 private slots:
   357 	void onCreateClick();
   357 	void onCreateClick();
   358 	void onJoinClick();
   358 	void onJoinClick();
       
   359 	void onRefreshClick();
   359 	
   360 	
   360 signals:
   361 signals:
   361 	void askForCreateRoom(const QString &);
   362 	void askForCreateRoom(const QString &);
   362 	void askForJoinRoom(const QString &);
   363 	void askForJoinRoom(const QString &);
       
   364 	void askForRoomList();
   363 };
   365 };
   364 
   366 
   365 #endif // PAGES_H
   367 #endif // PAGES_H