mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #325, using CDockWidgetInfoAreaComponent in components
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user