Moved the chat lobby tabs to the FriendsDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4811 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-01-18 20:02:19 +00:00
parent 1ec716175b
commit 912e5339ca
12 changed files with 73 additions and 101 deletions

View file

@ -28,10 +28,12 @@
class RSTabWidget : public QTabWidget
{
public:
RSTabWidget(QWidget *parent = 0);
RSTabWidget(QWidget *parent = 0);
void hideCloseButton(int index);
public:
QTabBar *tabBar() const;
QTabBar *tabBar() const;
};
#endif