mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #608, simplified direct main window access.
Just set the corresponding components and you are done.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5a03d235cd
commit
8f33896e1c
@@ -12,8 +12,9 @@
|
||||
#ifndef SWIFTCORE_H
|
||||
#define SWIFTCORE_H
|
||||
|
||||
#include "blackcore/corefacade.h"
|
||||
#include "blackgui/systemtraywindow.h"
|
||||
#include "blackgui/mainwindowaccess.h"
|
||||
#include "blackcore/corefacade.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
|
||||
@@ -24,6 +25,7 @@ namespace Ui { class CSwiftCore; }
|
||||
//! swift core control
|
||||
class CSwiftCore :
|
||||
public BlackGui::CSystemTrayWindow,
|
||||
public BlackGui::IMainWindowAccess,
|
||||
public BlackMisc::CIdentifiable
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user