refs #325, using CDockWidgetInfoAreaComponent in components

This commit is contained in:
Klaus Basan
2014-09-14 00:02:54 +02:00
parent 1cba31541b
commit 6e2204beeb
4 changed files with 20 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#include "blackgui/components/runtimebasedcomponent.h"
#include "blackgui/components/timerbasedcomponent.h"
#include "blackmisc/nwuserlist.h"
#include "blackgui/components/dockwidgetinfoareacomponent.h"
#include <QTabWidget>
#include <QTimer>
@@ -26,7 +26,10 @@ namespace BlackGui
namespace Components
{
//! User componenet (users, clients)
class CUserComponent : public QTabWidget, public CRuntimeBasedComponent
class CUserComponent :
public QTabWidget,
public CDockWidgetInfoAreaComponent,
public CRuntimeBasedComponent
{
Q_OBJECT