changeset 6180 | 0992fc5a4ad9 |
parent 6165 | 6fe3e922246e |
child 6227 | ce60b734fff1 |
--- a/QTfrontend/ui/page/pageroomslist.h Sat Oct 22 00:49:55 2011 -0400 +++ b/QTfrontend/ui/page/pageroomslist.h Sat Oct 22 06:55:14 2011 +0200 @@ -30,6 +30,9 @@ public: PageRoomsList(QWidget* parent, QSettings * config); + void displayError(const QString & message); + void displayNotice(const QString & message); + void displayWarning(const QString & message); QLineEdit * roomName; QLineEdit * searchText;